BODY {
	background-color : #93eaf7;
	margin : 15px;
	margin-right : 15px;
	color : Navy;
	font-family : sans-serif;
} 
P {
	color : Black;
	margin : 15px;
	margin-right : 15px;
} 
A {
	text-decoration:underline;
	color : Blue;
	text-decoration: none;
}
A:visited {
	text-decoration: none;
	color: Blue;
} 
A:hover{
	color : Green;
	text-decoration: underline;
}
UL {
	list-style:circle;
	color: Black;
	margin-right : 30px;

} 
ol{
	color: Black;
	/*line-height : 125%;
	*/
	margin-right : 30px;
}

li{
	font : smaller;
}

H1 {
	color: Black;
	font-weight:bold;
	margin : 2px;
} 
H2 {
	color:000000;
	font-weight:bold;
	margin : 2px;
} 
H3 {
	color:000000;
	font-weight:bold;
}  
H4 {
	color:000000;
	font-weight:bold;
}
H5 {
	color:000000;
	font-weight:bold;
}

.title {
	font-size: 15px;
	font-style: normal;
	color: #93eaf7;
	background-color: #428c9c;
}
.TitleText {
	color: #99FFFF;
	font-weight: bold;
	font-size: 15px;
	font-style: normal;
	vertical-align: top;
	text-align: center;
}
.search {
	font-size: 90%;
	line-height: normal;
	font-weight: bold;
	color: Black;
	text-align: center;
	vertical-align: top;
	word-spacing: normal;
}

.return {
	color : Black;
}

.signature {
	font : italic larger;
}.flash {
	text-decoration: blink;
}

