﻿a:link       {color: #3333CC; text-decoration: none; letter-spacing: 0.1em}
a:visited    {color: #800080; text-decoration: none; letter-spacing: 0.1em}
a:active     {color: red; text-decoration: none; letter-spacing: 0.1em}
a:hover      {color: red; text-decoration: underline}

a.image:link    { color: black}
a.image:visited { color: black}
a.image:active  { color: black}
a.image:hover   { color: red }

body         { font-family: 'Century Gothic', Arial, Helvetica; background-color: 
               rgb(239,222,189); background-image: none; color: #000000; font-weight: bold }

img
{
border-style: solid;
border-color: rgb(0,0,0)
}

table
{
	table-border-color-light: rgb(239,222,189);
	table-border-color-dark: rgb(0,0,0); 
}
h1, h2, h3, h4, h5 { font-family: 'Century Gothic', Arial, Helvetica; font-weight: bold }
h6 { font-family: 'Book Antiqua', 'Times New Roman', Times }

h1
{
	color: rgb(0,0,0);
}
h2
{
	color: rgb(0,0,0); 
}
h3
{
	color: rgb(0,0,0); 
}
h4
{
	color: rgb(0,0,0);
}
h5
{
	color: rgb(0,0,0);
}
h6
{
	color: rgb(0,0,0);
}

