/* plain CSS*/




body	{
	margin:		0;
	padding:	0;
	font-family: verdana, arial, helvetica, sans-serif;
	color:	#000;
	background : #fc0;  
	}
div, p, th, td, li, dd, dl, dt  blockquote  {
             /* redundant selectors to help NS4 not forget */
  	font-family: verdana, arial, helvetica, sans-serif;
    }
    
a	{
	text-decoration:	underline;
	font-weight:	bold;
 
	}
a:link	{
	color:	#30F;
	background-color: transparent;
	}
a:visited	{
	color:	#000;
	background-color: transparent;
	}
a:active	{
	color:	#669;
	background-color: transparent;
	}
a:hover	{
	color:	#006;
	background-color: #FF0;
	text-decoration:	none;
	}
dt 	{
	font-weight: bold;
	}
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}

p {
	margin-top: 0; padding-top: 0;
	line-height: 1.5em;
	}	
h1	{
	font-size:	20px;
	}
	
h2	{
	font-size:	18px;
	}
	
h3	{
	font-size:	16px;
	}
	
h4 {
	font-size:	14px;
	}
		

h1, h2, h3, h4, h5, h6	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color:	#000;
	background-color: transparent;
	margin:	5px 0 0 0;
	}
.footer {
	font: 10px verdana, arial, helvetica, sans-serif;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;	
	}