
body{
	font-family: calibri;
	background:	#02024b;/*#E6E6FA;*/
	color: #ffffcc;
}
h1{
	font-family: lucida sans;
	font-weight: bold;
	font-size: 28px;
	color:#000066;
	padding: 10px 15px;
	margin: 0px 0px 0px 0px;
	background: #f2f2f2;
}
h2{
	font-family: calibri;
	font-size: 15px;
	color:#000066;
	padding: 10px 15px;
	margin: 0px 0px 0px 0px;
	background: #f2f2f2;
	border-radius:7px;
}
a{
	color: #99ffff;
}

div .bio{
	font-size: 17px;
}
.h3{
	font-size: 20px;
	
}
img{
	margin: 0px 15px 12px 0px
}
div.bottomDescr{
	position: fixed; 
	bottom: 0; 
	width:100%; 
	text-align: left;
	color: #000033;
	background-color:#ccccff;
}
.email{
	color:#003300;
}