body {
	font-family: Andy, MICRODOT, HERMAN;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	color: #006600;
	text-decoration: underline;
}

