a {
	color: #66FFFF;
}
a:visited {
	color: #66CCFF;
}
a:active {
	color: #FFFF00;
}
a:hover {
	color: #99FFFF;
}
body
{
	background-color: #000000;
	background-image: url("/temp/k_watermark.gif");
	background-repeat: no-repeat;
	background-position: center;
	font-family: verdana, sans-serif;
	color: #6699CC;
	margin: 0px;
	padding: 0px;
}
h1,h2,small,div,span,p
{
	text-align: center;
}
a img
{
	border: 0;
}
ul, ol
{
	margin: 0px;
	padding: 5px;
}
li
{
	display: inline;
	list-style-type: none;
}
li a
{
	display: block;
	text-align: center;
	text-decoration: none;
	margin-top: 10px;
}
.corner_right
{
	position: absolute;	right: 0;	top: 0;
}
.corner_left
{
	position: absolute;	left: 0;	top: 0;
}
