body {
    	margin: 1em;
    	background: #ffffff;
    	color: #666;
    	font-weight: 900;
    	font-family: arial, helvetica, sans-serif;
}

h1,h2 {
    	font-variant: normal;
    	font-size: 4em;
    	text-decoration:	none;
    	font-weight: 900;
}
p h2 { display: inline;}
																			
a:link {	
		text-decoration: none;
    	font-weight: 700;
    	font-size  : 1em;			
    	color:  #000000;
}
								

a:visited {	
		  text-decoration: none;	
          font-weight: 700;
          font-size: 1em;
          color: #000000;
}

a:hover {
		 text-decoration: none;
		 background: #CECECE;
	     color: #000000;
	     }


p		{
		border		:1px solid #000;
		font-size	:1.5em;
		background	:#eee;
		color     	:#000000;
		margin		:0.5em;
		padding		:.5em;	
}



b {  	color		:#FFA500;
	font-size	:2em;
	font-weight	:900;
	line-height	:2.5em;
}
	
table {
	caption-side: top;
	color: #000000;
	background: #D9D9D9;
	font-family: courier, fixed, monospace;
	border: 1px solid #000;
}

thead {
	font-weight: 900;
	color: #FF8200;
}


tbody  	{
		background-color: #FFFFFF;
		font-weight: normal;
		padding: 0.5em;
	}


dl {
	color: #FF9500;
	background-color: #FFFFFF;
	}


.header {
	margin: 16px;
	padding: 8px;
	border: 1px solid #000000;
	background: #fff;
	text-transform: uppercase;
	color: #cdcdcd;
	font-weight: 900;
	font-family: sans-serif;
	font-size: 56px;
	}

.small {font-size: 8pt;}
 
	 
