/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	margin-left: 10px;
	margin-top: 10px;
	background-color: #AAFFD5;
}

font, th, td, p, a { font-family: Verdana; font-color: #009900; }
a:link, a:active, a:visited { color : #AAFFD5;  text-decoration: none; }
a:hover		{ color: #AAFFD5; font-weight: bold;  text-decoration: none;}
hr	{ height: 2px; border: solid #AAFFD5 0px; border-top-width: 1px;}

.maintitle, h1, h2	{
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
	line-height : 120%;
}

/* General text */
.gen { font-size : 11px; }
.genmed { font-size : 9px; }
.gensmall { font-size : 8px; }
.genbig { font-size : 12px;}
.genextrabig { font-size : 18px; }
.genred { font-size : 11px; color : red; }
.gengreen { font-size : 11px; color : #AAFFD5; }
.genbigred { font-size : 12px; color : red;}

.gen, .genmed, .gensmall, .genbig, .maintitle, hr { color  : #009900; }

a.gen, a.genmed, a.gensmall { text-decoration: none; }
a.gen:hover, a.genmed:hover, a.gensmall:hover { font-weight: bold; }
