BODY {
	background-color : Black;
	color : Yellow;
	font-family : Verdana, Tahoma,  sans-serif;
	font-size: 12px;
	font-weight: bolder;
	}

A:LINK {
	color : #FFD700;
	text-decoration : underline;
}

 A:VISITED {
	color : #FFD700;
	text-decoration : underline;
}

A:HOVER {
	color : Yellow;
	text-decoration : none;
}

.events a:link {
	color:#ff00ff;
	text-decoration:underline;
	font-weight: bold;
}

.events a:visited {
	color:#ff00ff;
	text-decoration:none;
	font-weight: bold;
}

.events a:hover {
	text-decoration: none;
	color: red;
	font-weight: normal;
}

H1 {
	
}

H2 {
	
}

H3 {
	color : #FFD700;
	font-family : Verdana, Tahoma,  sans-serif;
	font-size : 16px;
	font-weight: bold;
}

H4 {
	
}

H5 {
	
}

H6 {
	
	}

TD {
	color : Yellow;
	font-size: 12px;
	font-weight: bolder;
	
	}
	
.form {
     padding-left: 100px;
     padding-right: 0px;
     }
     
     
.left {
	width: 420;
	float: left;
	font-weight: 400;
	padding-left: 5px;
	padding-top: 10px;
	}
	
.right {
	width: 300;
	float: right;
	font-weight: 400;
	padding-top: 15px;
	}
	
.single {
	clear: both;
	font-weight: 400;
	padding-left: 5px;
	}
