@charset "iso-8859-1";
/* author: Olli Tammilehto */
/* Creation date: 13.12.2003 */
A:hover {color: #FF6633; font-weight: bold;}
A {
	text-decoration : underline; color : Blue;
}
A:VISITED {
	text-decoration : underline;
	color : Maroon;
}
body
{
	font-family: sans-serif;
	font-size:103%;
	margin: 1% 5%;
	
}
table
{
	font-size : 105%;
	background: Yellow;
}
