/*
                     THIS STYLESHEET WAS STOLEN BY GARY SULLIVAN FROM CONNIE HOONG

*/
/* *********************************************************************************** */
p.line
        {
        border: red solid thin;
        outline: green dotted thick
        }
/* *********************************************************************************** */
body	{
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px
        }
/* *********************************************************************************** */
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
}
/* *********************************************************************************** */
P 
	{
        font-family: arial;
        text-indent: 1in 
	}
/* *********************************************************************************** */


/* *********************************************************************************** */
a:link	
	{	
	text-decoration: none;
	color: red
	}	
/* *********************************************************************************** */
a:visited
	{	
	text-decoration: none;
	color: green
	}	
/* *********************************************************************************** */
a:active
	{	
	text-decoration: none;
	color: blue
	}	
/* *********************************************************************************** */
a:hover
	{
	text-decoration: none;
	color: white;
	background: red
	}
/* *********************************************************************************** */
/*

Nice Examples web page at URL:
- http://www.w3schools.com/css/css_examples.asp

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

                                              THE END

*/

