/* CSS Document */


body {
	font-family: "Lucida Grande", Arial, helvetica, sans-serif;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	font-size: 75%;
	font-weight: bold;
}
p {
	font-size: smaller;
	line-height: 160%;
	font-weight: normal;
}
a:link {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
