/* CSS Document */

body{
	font-family: "Arial, Helvetica, sans-serif";
	}

h2{
	color: #993333;
	font-size: 24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

#footer{
	color: #933;
	font-size: 12px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
#copyright{
	color: #000;
	font-size: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
h3{
	color: #000;
	font-size: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
p{
	color: 000;
	font-size: 100%;
	font-family:"Times New Roman", Times, serif;
	}
	
a:link{
	color: #993333; 
	border-bottom: 1px dashed #00CCFF;
	text-decoration:none
	}	
		
a:visited{
	color: #993333; 
	border-bottom: 1px dashed #00CCFF;
	text-decoration:none
	}
	
a:hover {
	color: #000;
	border-bottom: 1px dashed #00CCFF;
	text-decoration:none
	}	
	
a:active {
	color: #000;
	border-bottom: 1px dashed #00CCFF;
	text-decoration:none
	
	}