/* *********************************************************************************** */
/*
                         THIS STYLESHEET WAS MADE BY GARY SULLIVAN

                                  Steal this css if you like
*/
/* *********************************************************************************** */
body
	{
	font-family: Arial, Verdana;
	margin-left: 5%;
	margin-right: 5%;
	}
/* *********************************************************************************** */

/* *
p
	{
	text-indent: 2em;
	margin-top: 0;
	margin-bottom: 0; 
	}
* */

/* *********************************************************************************** */
a:hover
	{
	color: black;
	background: yellow;
	}

/* *	text-decoration: none; * */
/* *********************************************************************************** */
a:active
	{
	color: white;
	background: black;
	}

/* rgb(255, 0, 102)  */
/* *********************************************************************************** */
a.plain
	{
	text-decoration: none; 
	}
/* *********************************************************************************** */
:link
	{
	color: red;
	}
/* *********************************************************************************** */
:visited
	{
	color: #2222ff;
	}
/* *********************************************************************************** */
H1	
	{
	font-family: arial;
	font-size: 28pt;
	font-weight: bold; 
	font-style: normal; 
	text-align: center; 
	color: #FF0000; 
	margin: 3px;
	}
/* *********************************************************************************** */
H2 	
	{
	font-family: arial; 
	font-size: 20pt; 
	font-weight: bold; 
	font-style: oblique; 
	color: #CC0000; 
	margin: 2px;
	}
/* *********************************************************************************** */
H3 	
	{
	font-family: arial; 
	font-size: 16pt; 
	font-weight: bold; 
	font-style: oblique; 
	text-align: center; 
	color: #009933; 
	margin: 2px;
	}
/* *********************************************************************************** */
H6 	
	{
	font-family: arial; 
	font-size: 9pt; 
	text-align: left; 
	color: #009933; 
	}
/* *********************************************************************************** */
h3.c1
        {
        text-align: center;
        }
/* *********************************************************************************** */
/*

GARY'S NOTES:
- http://www.w3.org/MarkUp/Guide/Style.html
- One em is the height of the font.
- http://validator.w3.org/
- http://www.w3.org/QA/Tools/

*/
/* *********************************************************************************** */
/*

                                              THE END
                                                 ?

*/
/* *********************************************************************************** */
