BODY {
	background-color : #009900;
	font-family : Arial;
	font-size : x-small;
}

TABLE {
	
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
}

#footer{
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	color : #000000;
	text-align : center;
}

#feedback{
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
	color : #ffffff;
}


A:LINK {
	color : #000000;
		text-decoration : none;
}

A:VISITED {
	color : #000000;
		text-decoration : none;	
}

A:HOVER{
	color : #ffff00;
	text-decoration : underline;
}

A:ACTIVE {
		color : #000000;
	text-decoration : underline;
}




