/* CSS Document */

body {
	font-family: tahoma;
	font-size: 11px;
	color: #747474;	
	background-color:#CCCCCC;

}

#center {
	width:756px;
	margin: 10px auto;
	overflow: hidden;
}


a {
	font-family:tahoma;
	font-size: 11px;	
	color: #2189C6;		
}

a:hover {
	color: #2189C6;
}
a:active {
	color: #2189C6;	
}

