@charset "utf-8";
/* CSS Document */

body {background-color: #333}

#content {
	width: 650px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

#links p {
	font-weight: bold;
	color: #99FFCC;
}

#links a {

	font-weight: normal;

}

#links a:link {color: #99FFFF;}
#links a:visited {color: #99FFFF;}
#links a:hover {color: #99FFFF;}
#links a:active {color: #99FFFF;}
/* Green link color was 99ffcc */

.normal {font-weight: normal}