	/* end hide */

body {
	margin: 0px;
	padding: 0px;
	background-color: #ceecf7;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	overflow: scroll;
}
p {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: "CCCCCC";
	text-decoration: none;
	font-weight: bold;
}
a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #66CCFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #6699FF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #66FFFF;
	text-decoration: none;
	font-weight: bold;
}

