body, p, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #666; 
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

h1 {
	font-size : 18px; 
	color: #C33; 
	margin: 20 0 10 0;
	font-weight: bolder;
}

h2 {
	font-size : 14px; 
	color: #999; 
	margin: 10 0 10 0;
}

h3 {
	font-size : 12px; 
	color: #999;	
	margin: 0 0 10 0;
} 

a {
	color: #666;
	text-decoration : underline;
}

a:hover {
	color: #999;
	text-decoration : underline;
}

a:active {
	color: #999;
	text-decoration : underline;
}

a:visited {
	color: #666;
	text-decoration : underline;
}

  
