﻿a:link
{
	color: rgb(0, 0, 128);
}
a:active
{
	color: #009F00;
}
a:visited
{
	color: rgb(153, 51, 51);
}
body
{
	background-color: rgb(241, 241, 241);
	color: rgb(0, 0, 0);
	text-align: left;
	font-size: 12;
	font-family: Arial, Helvetica, sans-serif;
}
table
{
	
}
h1
{
	color: rgb(204, 0, 51);
}
h2
{
	color: rgb(128, 0, 0);
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	text-align: center;
}
h3
{
	color: rgb(0, 128, 0);
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}
h4
{
	color: rgb(0, 0, 128);
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: center;
}
h5
{
	color: rgb(204, 0, 51);
}
h6
{
	color: rgb(204, 0, 51);
}
button
{
	background-color: rgb(204, 0, 51);
	color: rgb(255, 255, 255);
}
label
{
	color: rgb(0, 0, 0);
}
textarea
{
	color: rgb(0, 0, 0);
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: left;
}
fieldset
{
	color: rgb(0, 0, 0);
}
legend
{
	color: rgb(204, 0, 51);
}
select
{
	color: rgb(0, 0, 0);
}
caption
{
	color: rgb(204, 0, 51);
}
th
{
	color: rgb(0, 0, 0);
}