body { 
	width:100%;
	height:1000px;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	
}	

a:link { text-decoration: none; color:#E6E6E6 ; }
a:active { text-decoration: none; color:#E6E6E6 ; }
a:visited { text-decoration: none; color:#F2F2F2; }
a:hover { text-decoration: none; color:#A4A4A4; }

a img { border: none; }



div { 
	float:left;
	text-align:center;
	width:300px;
	height:450px;
	overflow:hidden;
}

.classA {
	background-color: red;
}

