﻿body
{
	background-image:url('images/background.jpg') ;
	background-repeat: repeat-x ;
	background-color: #003366 ;
}

a:visited
{
	color:orange ;
}

a:link
{
	color:Red ;
}

a:active
{
	color: Red ;
}

p
{
	font-family: Times New Roman, Arial, sans-serif ;
	font-size: 14pt ;
	font-weight:normal ;
	color: #000000;
}

h1, h2, h3,h4,h5,h6 {
	color: #000000;
}
