html { height: 100%; margin-bottom: 1px; }
body {
	background-attachment: scroll;
	background-color: #999999;
	background-image: url(./images/mainbg.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;}

a.topmenu {color: yellow;
			 text-decoration: none }

a.topmenu:hover {color: red;
			text-decoration: none }

.sidemenu {background-color: yellow;
			background-image: none;
			font-size: 8pt;
			font-weight: none;
			text-align: center }

a.sidemenu {color: blue;
			text-decoration: none }

a.sidemenu:hover {color: red;
			font-size: 9pt;
			text-decoration: none }

div.links {font-size: 9pt;
			color: black;
			font-style: italic }

a.links {color: blue;
			font-size: 10pt;
			text-decoration: underline}

a.links:hover {color: red}

p {font-family: arial;
			font-size: 10pt;
			color: black}
div {font-family: arial; color: #164571}

