body	{
	margin:		20px;
	padding:	0;
	font-family: georgia, "Book Antiqua", palatino, serif;
	color:	#000;
	background : #fff;  
	}
div, p, th, td, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
    font-size: 11px;
    color: #333333;
    }
a	{
	text-decoration:	underline;
	}
a:link	{
	color:	#336;
	background-color: transparent;
	}
a:visited	{
	color:	#999;
	background-color: transparent;
	}
a:active	{
	color:	#333;
	background-color: transparent;
	}
a:hover	{
	color:	#933;
	background-color: transparent;
	text-decoration:	underline;
	}
dt 	{
	font-weight: bold;
	}
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}
p {
	font-size:  11px;
	margin-top: 0; padding-top: 0;
	line-height: 1.5em;
	}	
h1	{
	font-size:	36px;
	color: #36002f;
	}
	
h2	{
	font-size:	22px;
	color: #333333;
	}
	
h3	{
	font-size:	20px;
	}
	
h4 {
	font-size:	14px;
	
	}
	
h5	{
	font-size:	12px;
	}
	
h6	{
	font-size: 12px;
	}		
	h1, h2, h3, h4, h5, h6	{
	font-weight: normal;
	background-color: transparent;
	margin:	5px 0 0 0;
	}
img	{
		/* turns off gaps around images */
	border:	0
	}
b  {
	font-weight: bolder;
	}
.blue{
	background-color: #353366;
	}
.grey {
	background-color: #333333;
	}
.emphasize {
	font-weight: bold;
	}
