a{
color:		darkblue;
font:		bold;
text-decoration:	none;
}

a:hover{ 
background-color: red; 
}

#header{
clear:both;
background-color: 	LightSteelBlue;
font-size:		20px;
font-weight:	bold;
}

#menu{
background-color: 	white;
}

#content{
background-color: 	beige;
}

#contentTitle{
font:		bold;
font-size:		24px;
color:		darkcyan;
text-align:	center;	
}

#contentText{
}

#subContent{
background-color: 	azure;
}

#footer{
background-color: 	LightSteelBlue;
text-align:	center;
font-weight:	bold;
}