p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #33CCFF;
}
body {
	background-color: #333333;
	margin: 0px;

}
a:link {
	color: #00FFFF;
	text-decoration: none;

}
a:hover {
	font-weight: normal;
	text-decoration: underline overline;

}
a:visited {
	color: #00CCCC;
	text-decoration: none;
}
