﻿a:link
{
	color: rgb(0,0,102); 
}
a:visited
{
	color:#006699; 
} 
a:active 
{
	color: rgb(0,0,102);	
}
a:hover
{
	color:navy;	text-decoration: underline;
}
body
{
	font-family: Book Antiqua, Times New Roman, Times;
	background-color: rgb(255,254,235);
	color: rgb(102,102,153);
}
h6
{
	font-family: Book Antiqua, Times New Roman, Times;
}
h5
{
	font-family: Book Antiqua, Times New Roman, Times;
}
h4
{
	font-family: Book Antiqua, Times New Roman, Times;
}
h3
{
	font-family: Book Antiqua, Times New Roman, Times;
}
h2
{
	font-family: Book Antiqua, Times New Roman, Times;
}
h1
{
	font-family: Book Antiqua, Times New Roman, Times;
}
h1
{
	color: rgb(204,153,0);
}
h2
{
	color: rgb(51,102,51);
	font-size: medium;
	font-weight: bold;
	background-image: url('../img/images.jpg');
	background-color: #FFFF00;
}
h3
{
	color: rgb(102,0,51);
	background-image: url('../img/images.jpg');
	text-align: left;
}
h4
{
	color: rgb(51,102,51);
}
h5
{
	color: rgb(102,0,51);
}
h6
{
	color: rgb(51,102,51);
}

