﻿a:link
{
	color: rgb(128, 0, 0);
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	font-weight: bolder;
	font-style: normal;
	text-decoration: none;
}
a:visited
{
	color: rgb(102, 0, 204);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
a:active 
{
	background-position: inherit;
	color: rgb(227, 150, 80);
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	font-weight: bold;
	font-style: normal;
	background-color: #400000;
}
body
{
	font-family: Arial, Helvetica;
	background-color: rgb(255,255,204);
	color: rgb(204, 51, 0);
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial Rounded MT Bold, Arial, Helvetica;
}
h1
{
	color: rgb(102,51,153);
}
h2
{
	color: rgb(255,102,153); 
}
h3
{
	color: rgb(51,153,102); 
}
h4
{
	color: rgb(102,51,153);
}
h5
{
	color: rgb(255,102,153);
}
h6
{
	color: rgb(51,153,102);
}
a:hover 
{
	color: rgb(128, 0, 0);
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	font-weight: bolder;
	font-style: normal;
	font-variant: small-caps;
	background-color: #DF7C20;
}
