@import url("fonts.css");
@import url("container.css");
@import url("website-credit.css");
@import url("copyright.css");

p
{
margin-top: 0px;
margin-bottom: 0px;
}

a
{
font-family: "Arial"; 
font-size: 11pt;
font-weight: bold;
text-decoration: none;
color: rgb(0,0,128);}

body
{
	font-family: "Arial"; 
	font-size: 11pt;
	font-weight: bold;
	color: rgb(75,75,75);
	align: left}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Times New Roman;}
h1
{
	color: rgb(180,0,0);}

h2
{
	color: rgb(255,0,0);}
h3
{
	color: rgb(255,255,255);}

h4
{
	color: rgb(204,255,255);}
h5
{
	color: rgb(0,0,102);}
h6
{
	color: rgb(153,0,0);}




	
