
hr
{
	border: 3px double #00F;
	}


a:link 
{
   font-weight: bold; 
   text-decoration: none; 
   color: Blue;
   background-color: transparent; 
}


a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: Purple;
	background-color: transparent;
}


a:hover 
{
   color : Blue;
   background-color: yellow;  
   text-decoration: underline; 
}

a:active 
{
   font-weight: bold; 
   text-decoration: none; 
   color: Green;
   background-color: transparent; 
}

h1
{
	font-family: Serif, Arial;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #0000FF;
	text-align: center;
	/* Be kind to Netscape 4 */
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
}


h2
{
	font-family: Serif, Arial;
	margin-bottom: 0;
	padding-bottom: 0;
	color: blue;
	/* Be kind to Netscape 4 */
	text-align: center;
	font-size: 26px;
	font-style: italic;
}


h3
{
	font-family: Serif, Arial;
	margin-bottom: 0;
	padding-bottom: 0;
	color: blue;
	/* Be kind to Netscape 4 */
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
}


h4
{
	font-family: Serif, Arial;
	margin-bottom: 0;
	padding-bottom: 0;
	color: blue;
	text-align: center;
	font-size: 22px;
	font-style: bold;
}



.blue
 {
	font-family: Helvetica, Serif, Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0000FF;
	text-decoration: none;
	
}

ul
{
list-style-type: disc;
list-style-image: url("../images/favicon.png");
}

li 
{	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;
	background-color: #FF0;
	border: 1px solid #00F;
	color: #00F;
	font-weight: bold;
	padding: 2px 2px 2px 5px;
}

P 
{
text-indent: 32px;
}


P .initcap
{
	font-size: 1.2em;
	background-color: black;
	color: white;
}



P.copyright
{
/*font-style: italic;*/
margin-left: 10px;
margin-right: 10px;
font-size: 75%;
text-align: left;
}

/*
div {
   margin: 0px 0px 0px 20%; 
   padding: 10px; 
border: 0px dotted #036; 
   min-width: 128px;
}
*/

