h1 {
	font-family: sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	color: black;
	font: small-caps;
	background-image: url(images/blue.jpg);
	padding-left: 3;
	width: 700px;
}

h2 {
	font: bold 15 sans-serif;
	color: #7EA9CA;
}


h3 {
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
}


h4 {
	font-family: serif;
	font-size: 12px;
	font-weight: normal;
}




body {
	font-family: sans-serif;
	font-size: 12px;
	line-height: 15px;
}



table {
	font-family: sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-indent: 15p;
}
a {
	color: #00008B;

}

