
body, input, textarea
{
	font-family: "Times Italic", "Times New Roman";
	color: #ffffff;
	font-size: 17px;
}

a:link, a:visited, a:active
{
	color: #ffffff;
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
	color: #cc9d72;
}

b
{
	font-weight: normal;
	color: #cc9d72;
}

h1
{
	margin-top: 0px;
	padding-top: 0px;
	color: #cc9d72;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ffffff;
}

h2
{
	margin: 0px;
	padding: 0px;
	color: #cc9d72;
	font-size: 17px;
	font-weight: normal;
}

img
{
	border:  0;
}

input[type='text'], textarea
{
	color: #aaaaaa;
	border: 0;
	padding: 3px;
	margin-bottom: 3px;
	width: 245px;
}

input[type='submit']
{
	color: #aaaaaa;
	border: 0;
	width: 245px;
	text-align: right;
}

p
{
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0px;
	line-height: 1.5;
}
p.brown		{ color: #cc9d72; }

ul
{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.footer
{
	text-align: right;
	font-size: 10px;
	font-style: italic;
}

.header
{
	font-style: italic;	
	font-size: 16px;
}

.headerLinks a:link, .headerLinks a:visited, .headerLinks a:active
{
	text-transform: lowercase;
	color: #cc9d72;
	text-decoration: none;
}

.headerLinks a:hover
{
	text-decoration: none;
	color: #ffffff;
}

.navi
{
	text-transform: lowercase;
	line-height: 1.2;	
	font-size: 16px;
}

.navi a:link, .navi a:visited, .navi a:active
{
	color: #ffffff;
	text-decoration: none;
}

.navi a:hover
{
	text-decoration: underline;
}

.navi a:link .brown, .navi a:visited .brown, .navi a:active .brown
{
	color: #cc9d72;
	text-decoration: none;
}

.navi a:hover .brown
{
	text-decoration: underline;
}