BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5 {
	color: RED;
	background-color: Yellow;
	text-align: center;

}


A {color:#09c;
	font-size:12px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	
}
	
A span {
	text-decoration: none;
	display: none;
	
}

a:hover {
	text-decoration: underline ;
	font-style: italic;	
}



#menu a span {
	display: none;}
#menu a:link {color: White;}
#menu a:visited {color:White;}
#menu a:hover {
	color: white;
	background-color: #e60083;
	
}
#menu a:hover span {
	display: block;
	position: absolute;
	top: Auto;
	color: black;
	left:120px;
	width: 150px;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	background-color: yellow;
	border: 1px solid black;	
	text-align: left;
	font: normal;
	font-style: normal;	
}


#datecolour {
	color: #990000;
	
}

#title {
	color: #0000CD;
	font-weight: bold;
	text-align: center; 
}
