body { 
width:1003px; margin:0px auto; padding:0px; font-size:12px; background:#E6E6E6; color:#333333;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

.donwline{ border-bottom:#CCCCCC dotted 1px;}