/* ============================================================== */
/*   Styles.css: Simple style sheet viewable by all browsers 		  */
/*       except for @import which will be ignored by NS4          */
/* ============================================================== */

body 
{
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 12px;
  margin: 10px 0 10px 2px;
}

p 
{
  line-height: 15px;
}

td 
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 12px;
}

a:link 
{
	color: #363;
	text-decoration: none;	
}

a:visited 
{
	color: #363;
	text-decoration: none;	
}

a:hover 
{
	color: #363;
	text-decoration: underline;	
}

a:active 
{
	color: #f00;
	text-decoration: underline;
}

.author
{
  font-size: 10px;
  font-style: italic;
}

address
{
  font-style: normal;
  margin: 5px 0 15px 0;
}
