Body{
font-family: Arial, Tahoma, Verdana, serif;
	font-size:11px;
	color:#111111;	
}
a:link {
    font-weight: bold;
	font-family: Verdana;
	font-size:10px;
	color: blue;
    text-decoration:underline ;
}

a:visited {
    font-weight: bold;
	font-family: Verdana;
	font-size:10px;
	color: #153E7E;
    text-decoration:underline ;
}
a:active {
    font-weight: bold;
	font-family: Verdana;
	font-size:10px;
	color: orange;
    text-decoration: None ;
}


a:hover {
	color: #0033CC;
	text-decoration: underline overline;
}

.background_color{
background-color:#EEEEEE;
}
.background2{
background-color:white;
}
.background3{
background-color:#EEEEEE;
}
.background4{
background-color:#FFCCFF;
}




