
body {
	color: #666666;
	background-color: #000000;
	font-family: georgia;
	font-size: 6px;
}

a         { color: #FFFFFF; text-decoration: underline;}
a:hover   { color: #00FF00; text-decoration: none; cursor:pointer;}
a:link    { text-decoration: none; }  
a:visited { text-decoration: none; }
a:active { color: #00FF00; text-decoration: underline; }

.menu{
	cursor:pointer;
	color: #FFFFFF;
}

.handcur{
	cursor:pointer;
}

.style1 {
	background-color: #333333;
}
.pnum {
	width: 45px;
	margin: 0px;
	padding: 0px;
	margin-top: 2px;
	text-align: center;
	font-weight:bold;
	font-size:20px;
	color:#00f;
	background-color:#ddd;
}

