body {
font-family: Verdana;
font-size: 10px;
font-style: normal;
line-height: normal;
color: #333333;
background-color: #FFFFFF;
margin-left: 1px;
margin-top: 1px;
margin-right: 1px;
margin-bottom: 1px;
}

.color1 {
background-color: #CCCCCC;
}

.color2 {
font-size: 10px;
background-color: #CCCCCC;
}

.color3 {
	color: black; 
    font-size: 14px;
    background-color: #CCCCCC;
}

.color4 {
	color: black; 
    font-size: 14px;
    background-color: #FFFFFF;
}

a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #000000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #000000;
	}
