/* CSS Document */

BODY {
	background-color: #e4fec0;
	color: #026c02;
	font-family: Verdana;
	font-size: 10px;
		background-attachment: fixed;
	background-image:url("img/back.jpg");
	background-repeat: repeat-x;
	
}

A:LINK, A:VISITED {
	color : #C40040;
	text-decoration : none
}

A:HOVER {
	background-color : #e4fec0;
	color : #FF0000;
	text-decoration : underline
}

H1 {
	font-family: Verdana;
	font-size: 14px;
}

H2 {
	font-family : Verdana;
	font-size : 13px;
	
}

H3 {
	font-family : Verdana;
	font-size : 12px;
	
}

table {
	font-family: Verdana;
	font-size: 11px;
	background-color:#FFFFFF;
	
}