Body h1 {
	font-family: "Lucida Sans Unicode";
   font-size: 20 px;
	color: #0000CD;
   font-style: normal;
}

Body h2 {
	font-family: "Lucida Sans Unicode";
   font-size: 15 px;
	font-weight: 300;
   color: #448FDA ; 
}
Body h3 {
	font-family: "Lucida Sans Unicode";
   font-size: 13 px;
   font-weight: 100;
	}
a:link {
	color: #8FBC8F;
	text-decoration: none;
}

a:visited {
	color: Green;
	text-decoration: none;
}

a:hover {
	color: #009999;
	text-decoration: underline;
	
}

a:active {
	color: #6699CC;
	text-decoration: none;
}

.ssub {
	vertical-align: sub ;
}
