a:link
{
	color: white; 
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-decoration : none;
}
a:visited
{
	color: white; 
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-decoration : none;
} 
a:active 
{
	color: white;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-decoration : none;
}
a:hover 
{
	color: white;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

a.text:link
{
	color: blue; 
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration : none;
}
a.text:visited
{
	color: blue; 
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration : none;
} 
a.text:active 
{
	color: blue;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration : none;
}
a.text:hover 
{
	color: blue;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}


body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	background-color: white;
	color: black;
	margin-top:5px;
}

td 
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: black;
	}

p.link
{
	background-color: #6e6c84;
	margin-left: 10%;
	margin-right: 10%;
}
table
{
	table-border-color-light: rgb(255,102,153);
	table-border-color-dark: rgb(102,51,153); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial Rounded MT Bold, Arial, Helvetica;
}
h1
{
	color: black;
}
h2
{
	color: black; 
}
h3
{
	color: black; 
}
h4
{
	color: black;
}
h5
{
	color: rgb(255,102,153);
}
h6
{
	color: rgb(51,153,102);
}