﻿body {
  	color: #000000;
	background-color: #FFFFFF;
	font-size: 0.8em;
	font-family: Verdana, sans-serif;
	width: 800px;	
	margin: auto; padding: 1em 0;
    	text-align: center;
}

a:link, a:visited, a:active {
  	color: #5C72C2;
  	background-color: transparent;
  	text-decoration: none;
}

a:hover {
  	background-color: transparent;
  	text-decoration: underline;
} 

#maincontent {
    	text-align: left;
    	margin: 0 auto;
    	width: 760px;
    	padding: 0.5em;
}

#normalfont {
	font-size: 0.8em;
	font-family: Verdana, sans-serif;
}

#smallfont {
	font-size: x-small;
}