﻿body {
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
	font-style: italic;
	color: white;
	font-family: serif;
	margin: 0;
}
#headerleft {
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	color: #dfb44c;
}
#headerright {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: white;
}
a:link, a:visited, a:hover, a:active {
	color: white;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

