﻿
body
{
 	background: #bc8f8f; 
	margin-top: 0; 
}

th 
{ 
	color: brown; 
	line-height: 20pt;
}

a:link
 { 
	color: brown; 
	text-decoration: none; 
}

a:visited 
{ 
	color: olive;
	 text-decoration: none;
 }

a:hover
{
	text-decoration: underline;
}
	

h1 
{
	 color: white; 
	 font-family:  "times new roman", georgia, arial;
	 text-align: center;
	 font-size: 30px; 
	padding-top: 15px; 
}

h2 
{ 
	color: brown;  
	font-family: "times new roman", arial; 
	 text-align: center; 
	font-size: 20px;
 }

h3
 {
	 color: #fff; 
	 font-family: "times new roman", arial;  
	text-align: left; 
	font-size: 15px; 
	margin-left: 40px; 
	padding-top: 10px;
}
