/* ----------------circletap.css-----------------------------*/
BODY
{
	font-family:		Arial, Helvetica, sans-serif;
	color:			    #000000;
	text-align:			center;
	margin-left:		10%;
	margin-right:		10%;
}

HR
{
	horizontal-align:	center;
	height:			    3px;
   	color:            	#006699;
}

H1,H2, H3, H4, H5, H6
{
	text-align:			center;
}	

P, LI
{
	font-size:		   	10 pt;
	text-align:			left;
}

IMG
{
	margin-right:		10px;
}

.center
{
	text-align:			center;
}

.nostyle
{
	font-family:		Times, Times New Roman, serif;
	color:			    #000000;
}

A:link
{
	color:			   #0000cc;
}

A:visited
{
	color:			   #009999;		
}

A:hover
{
    	color:         #ff0000;
}

A:active
{
    	color:         #999999;
}        
