html {
	background:#fff url(../img/background_pic.gif) top left repeat-x;
}
body { 
	color: black; 
	background-color: white; 
	margin: 0px auto !important;
	width:1010px;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	margin-bottom:10px !important;
		
}


a:link { color: black; text-decoration:none; }

a:visited { color: black; text-decoration:none; }

a:hover { color: red; text-decoration:none;  }

a:active { color: red; text-decoration:none; }

content a { color: orange; text-decoration:none; }

font {font-family: Verdana;}

