BODY {
	background-color : #93eaf7;
	color : Navy;
	font-family : sans-serif;
} 
A {
	text-decoration:underline;
	color : Green;
}
A:visited {
	text-decoration: underline;
	color: Blue;
} 
A:hover{
	color : Red;
}
UL {
	list-style: square;
	font-weight : bolder;
} 
H1 {
	font-weight:bold;
} 
H2 {
	font-weight:bold;
} 
H3 {
	font-weight:bold;
}  
H4 {
	font-weight:bold;
}
H5 {
	font-weight:bold;
	margin-top : 0%;
}

.title {
	font-size: 15px;
	font-style: normal;
	color: #93eaf7;
	background-color: #428c9c;
}
.search {
visibility : hidden;
}
.TitleText {
visibility : hidden;
}
.hidden{
	display : none;
}
.return {
	vertical-align: top;
	font-size : 80%;
	visibility : hidden;
}
