﻿a:link
{
	color: rgb(0,0,102);
	text-align: center;
}
a:hover
{
	color: maroon
}
body
{
	font-family: Book Antiqua, Times New Roman, Times;

	color: rgb(102,102,153); font-size:small ;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Book Antiqua, Times New Roman, Times;
	text-align: center;

}
h1
{
	color: navy
}
h2
{
	color: rgb(51,102,51); 
}
h3
{
	color: rgb(102,0,51); 
}
h4
{
	color: rgb(51,102,51);
}
h5
{
	color: rgb(102,0,51);
}
h6
{
	color: rgb(51,102,51);
}
