/* College Mansion CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000000;
	margin:0px 0px 0px 0px;
	font-size:11px;
	color:#ffffff;	
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;	
}

p {
	margin:2px 0px 0px 0px;
}

a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;  
}
a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold; 
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
