@charset "UTF-8";

#body {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
    text-decoration: none;
}
a:visited { color: #333333; }
a:hover { background-color: #fff; }
a:active { color: #CC9900; }

a { background-color: #B9CEE1;
    color: #333;
	border-bottom: 1px dotted gray;
    text-decoration: none;
}	
	
#text {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
    text-decoration: none;
}
