<!-- style type="text/css" -->

body	{
        font-size: 12px;
        font-family: 'Bookman Old Style';	
	color:	black;
	background:	white;
	margin-top:	1.58em;
	margin-left:	4%;
	margin-right:	2%;
	margin-bottom:	1.58em;
	padding-top:	0;
	padding-left:	0;
	padding-right:	0;
	padding-bottom:	0;
	border-top:	0;
	border-left:	0;
	border-bottom:	0;
	border-right:	0;
	width:	auto;
	}

li {
        font-size: 16px;
	font-weight:	bold;
        font-family: 'Times New Roman';
        padding: 0px 0px 0px 0px; 
	margin-left: 0em; /* Kludge */
	border-left:	0;
	list-style-type: none;
	list-style-position: inside;
}

li li {
        font-size: 14px;
        font-weight:	normal;
        font-family: 'Times New Roman';
        padding: 0px 0px 0px 0px; 
	list-style-type: disc;
	list-style-position: outside ;
	margin-left: 0em;
}

h1.review {
        font-size: 12px;
        font-weight:	normal;
        font-family: 'Century Schoolbook';
        padding: 0px 0px 0px 0px; 
	list-style-type: disc;
	list-style-position: outside ;
	margin-left: 0em;
      color: gray;
}

h1.title {
        font-size: 28px; 
        font-family: 'Bookman Old Style';
	color: blue;
}

h1.remarks {
        font-size: 13px; 
        font-weight:normal;
        font-variant: small-caps;
        font-family: 'Bookman Old Style';
	padding: 0 0 0 0;
	margin-top: 0;
	border-top: 0;
	color: gray;
}

col, colgroup, table, tbody, td, tr	{	
	color:	black;
	text-decoration:	none;
	border-color:	black;
	background:	white;
	}	

A:link	{	
	text-decoration: none;
	color:	blue;
        background: white;
	}	
		
A:visited	{	
	text-decoration:	none;
	color: gray;
	background: white;  //FFC
	}	
		
A:active	{	
	text-decoration:	none;
	color:	blue;
	background: white;
	}	
		
A:hover	{	
	text-decoration:	none;
        color: blue;
        background: lightgray;   // CFF
	}	
		
A:offsite	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	#C00;
	background:	#FFC;
	}	

<-- /style -->
