﻿}a:link
{
	color: rgb(204,0,0);
	text-decoration: none;
}
a:visited
{
	color: rgb(128, 128, 128);
} 
a:active 
{
	color: rgb(255, 255, 255);
}
a:hover
{
	background-color: white;
	color: #FF0000;
}
body
{
	font-family: "Lucida Sans", Verdana, "Trebuchet MS";
	background-color: rgb(255, 255, 255);
}
p
{
	color: rgb(51, 51, 51);

}
content
{
	text-align: justify;
	vertical-align: top;
	color: #333333;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	background-color: #FFFFFF;
}
ul
{
	color: rgb(51, 51, 51);
}
li
{
	color: rgb(51, 51, 51);
}
td
{
	margin: 20px 20px 20px 50px;
	background-color: #333333;
	font-family: "Lucida Sans", Verdana, "Trebuchet MS";
	color: #ffffff;
}

h6
{
	font-family: "Lucida Sans", Verdana, "Trebuchet MS";
}

h5
{
	font-family: "Lucida Sans", Verdana, "Trebuchet MS";
	color: rgb(255, 255, 255);
}

h4
{
	font-family: "Lucida Sans", Verdana, "Trebuchet MS";
	color: rgb(51,0,204);
}

h3
{
	font-family: "Lucida Sans", Verdana, "Trebuchet MS";
	color: rgb(204,51,51); 
}

h2
{
	font-family: "Lucida Sans", Verdana, "Trebuchet MS";
	color: rgb(0,153,51); 
}

h1
{
	font-family: "Lucida Sans", Verdana, "Trebuchet MS";	
	color: rgb(51,51,204);
	background-color: #333333;

}

