/*Basic Styles*/
html {
	margin: 0;
	padding: 0;
	}

body {	
	background-color: #ffc;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Georgia, Palantino, "Times New Roman", Times, serif;
	}

div, p, th, td, li, dd, dl, dt, input {
	/* redundant selectors to help NS4 not forget */
	font-family: Georgia, Palantino, "Times New Roman", Times, serif;
	font-size: 12px;
	color : #000;
	}

p {
	}	
	
h1	{ 
	font-size: 22px;
	}
	
h2	{
	font-size: 18px;
	}
	
h3	{
	font-size: 15px;
	}
	
h4	{
	font-size: 13px;
	}
				
h5	{
	font-size: 11px;
	}
	
h6	{
	font-size: 9px;
	}
						
			
h1, h2, h3, h4, h5, h6	{
	/*font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;*/
	font-family: Georgia, Palantino, "Times New Roman", Times, serif;
	color: #c60;
	margin-bottom: .3em;
}	

a:link	{text-decoration: underline; color: #c60;}
a:visited {text-decoration: underline; color: #666; }
a:hover  {text-decoration: none; color: #c60;}
/*End basic styles*/

