body {
	scrollbar-base-color: #cc0099;
	scrollbar-3d-light-color: #cc0099;
	scrollbar-arrow-color: #D8D8E0;
	scrollbar-dark-shadow-color: #cc0099;
	scrollbar-track-color: #cc0099;
	scrollbar-face-color: #cc0099;
	scrollbar-shadow-color: #cc0099;
	scrollbar-highlight-color: #d8d8e0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:30px;
}

table.calendar {
	color : white;
}


a.table:link {
   text-decoration : none;
	color : #CC0099;
}

a.table:visited {
   text-decoration : none;
	color : gray;
}

a.table:hover {
	text-decoration : none;
	color : red;
}

a.navi:link {
	font-weight : bold;
	color: #CC0099;
	text-decoration : underline;
}

a.navi:visited {
	font-weight : bold;
	color : navy;
}

a.navi:hover {
	font-weight : bold;
	text-decoration : none;
}

hr {
	border: 1px solid purple;
	width: 100%;
}
