BODY {
	background-attachment : fixed;
	background-repeat : repeat;
	scrollbar-face-color: #4682B4;
	scrollbar-highlight-color: #4682B4;
	scrollbar-3dlight-color: 708090;
	scrollbar-darkshadow-color: Silver;
	scrollbar-shadow-color: Black;
	scrollbar-arrow-color: White;
	scrollbar-track-color: #708090;
	background-color : Black;
	background-image: url(http://hpwa.keithmeehan.com/images/back.jpg);
}
A:ACTIVE {
	color : White;
	text-decoration : none;
	font-weight : normal;
}
A:LINK {
	color : #4169E1;
	text-decoration : none;
	font-family : "Comic Sans MS";
	font-size : 12px;
	font-weight : normal;
	font-variant: small-caps;
}
A:HOVER {
	color : Blue;
	background-color : ThreedHighlight;
	text-decoration : none;
	font-weight : normal;
}
A:VISITED {
	color : #6A5ACD;
	font-family : "Comic Sans MS";
	font-size : 12px;
	text-decoration : none;
	font-weight : normal;
	font-variant: small-caps;
}
.labels {
	color : #4169E1;
	text-decoration : none;
	font-family : "Comic Sans MS";
	font-size : 11px;
	font-weight : normal;
	font-variant: small-caps;
}
.entries {
	margin-bottom: 30px;
	color : White;
	font-family : "Comic Sans MS";
	font-size : 14px;
	font-weight : normal;
	font-variant : normal;
}
.entries td {
padding:4px;
}
.entries td.nopad {
padding:0;
}
