/* CSS Document */

body {
	scrollbar-face-color:#000000;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#919191;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#000000;
};

a:link {
	color: #959595;
	text-decoration: none;
};

a:active {
	color: #CCCCCC;
	text-decoration: underline;
};
a:visited {
	color: #959595;
	text-decoration: none;
};
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
};
a:visited:hover {
	color: #CCCCCC;
	text-decoration: underline;
};

p, td, li, body {
	color: #AEAEAD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
};

.event {
	color: #0066FF;
}
.specials {
	color: #DD0000;
	font-weight: bold;
}
.eventhead {
	color: #AEAEAD;
	font-weight: bold;
	font-size: 14px;
}
.comment1 {
	color: #DFDFDF;
}
