﻿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);
}

button {
	position: relative;
	width: 9em;
	height: 2em;
	background: black;
	font-family: 'Century Gothic', Arial, Helvetica;
	font-size: 0.85em;
	font-weight: bold;
	color: white;
	border: 0px solid black;
	#border-radius: 6px;
	horizontal-align: center;
	cursor: pointer;
	#transition: all ease .4s;
}

button:hover, button:active {
	outline: none;
	background: #7B0000;
	background: -webkit-radial-gradient(#7B0000,  #000000);
	background: -moz-radial-gradient(#7B0000,  #000000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#202020', endColorstr='#7B0000');
}