/* CSS Document */

p{
	font-family:Verdana, sans-serif;
	font-size: 11px;
	color:#000000;
	line-height: 16px;
	padding: 3px;
}
.standard {
	letter-spacing: normal;
	text-align: left;
	text-indent: 3px;
	vertical-align: bottom;
	word-spacing: normal;
	white-space: normal;
	color: #0000FF;
}

.body {
    letter-spacing: normal;
	text-align: left;
	text-indent: 3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: bottom;
	word-spacing: normal;
	white-space: normal;
	color: #0000FF;
}
.event {
	border: 13px dashed #006633;
	background-color: #CCFF66;
	padding: 3px;
	margin: 3px;
	
}



.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}

.important {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #FF0033;
}

.navigation{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #66CC66;
	display: block;
	padding-left: 10px;
}

.navigation:hover{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	background-color: #00FF33;
	display: block;
}

.Sites{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	color: #330033;
	text-decoration: none;
	background-color: #66FF66;
	display: block;
	padding-left: 15px;
}

.Sites:hover{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	color: #330033;
	text-decoration: underline;
	background-color: #00FF33;
	display: block;
	padding-left: 15px;
}

.now{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #CC6600;
	display: block;
	padding-left: 10px;
}
