﻿a:link
{
	color: rgb(153, 0, 204); 
}
a:visited
{
	color: rgb(128, 128, 128); 
} 
a:active 
{
	color: rgb(204, 153, 0);
}

A:hover
{
	text-decoration: underline overline; color: red ; font-size:15; font-weight:bold; color: red;
}
body
{
	font-family: Garamond, Century Gothic, Arial, Helvetica;
	background-color: rgb(255, 255, 153);
	color: rgb(0, 51, 102);
	font-size: medium;
}
table
{
	table-border-color-light: rgb(204, 153, 255);
	table-border-color-dark: rgb(204, 0, 204); 
}
h1
{
	color: rgb(0, 51, 102);
}
h2
{
	color: rgb(51, 0, 153); 
}
h3
{
	color: rgb(204, 0, 153); 
}
h4
{
	color: rgb(0, 51, 102);
}
h5
{
	color: rgb(51, 0, 153);
}
h6
{
	color: rgb(204, 0, 153);
}
.center {
  text-align: center;
}
.large {
  font-size: large;
}
.medium {
  font-size: medium;
}
.padright {
  padding-right: 18px;
}
.small {
  font-size: small;
}
