h1 	{
		font-family: arial, sans-serif;
		font-size: 20px;
		font-weight: bold;
		color: #333333;
		margin-top: 0px;
		margin-bottom: 4px;
		}
		
h2 	{
		font-family: arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #333333;
		margin: 10px auto;
		}		
		
p, li 	{
		font-family: arial, sans-serif;
		font-size: 13px; 
		color: #000000;
		}

a:link    { color: blue;   text-decoration: none;}
a:visited { color: purple; text-decoration: none;}
a:focus   { color: blue;   text-decoration: underline;}
a:hover   { color: blue;   text-decoration: underline;}
a:active  { color: purple; text-decoration: none;}

hr 	{
		height: 1px;
		color: #999999;
		}

#footer {
		color: #666666;
		text-align: center;
		margin: 0px;
		}



