/* Quick Tic Style Sheet */

body
{
	font-size: 11pt; 
	color: #000000; 
	font-family: Century Gothic, Verdana; 
	background-color: #adadad;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    margin-left:0;
    margin-top:0;
    margin-right:0
}

#content
{
    width:760px; 
    margin-top:20px;   
}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	font-weight:bold
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	font-weight:bold
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	font-weight:bold
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	font-weight:bold
	}
