BODY, DD, DIV, DL, DT, FORM, LI, MENU, OL, P, PRE, TD, TH, UL {
font-family: geneva, arial, helvetica, sans-serif;
color: #666;
}
BODY	{
background-color: #666;
margin: 10px 0 20px 0;
}
HTML {
margin: 0; 
padding: 0;
}

a:link {font: bold 1em geneva, arial, sans-serif; text-decoration: none; color: #3c3;}
a:visited {font: bold 1em geneva, arial, sans-serif; text-decoration: none; color: #3c3;}
a:hover {font: bold 1em geneva, arial, sans-serif; text-decoration: none; color: #9f0;}
a:active {font: bold 1em geneva, arial, sans-serif; text-decoration: none; color: #3c3;}

a.copy , a.copy:visited {font-weight: 400; color : #fff; background-color: #666;} 
a.copy:hover , a.copy:active {font-weight: 400; color : #cf6; background-color: #666;}
 
a.enter, a.enter:visited {font: bold .8em geneva, arial, sans-serif; color: #666; background-color: #fff;}
a.enter:hover {font: bold .8em geneva, arial, sans-serif; color: #ccc; background-color: #fff;}

.author {
font: .8em geneva, arial, sans-serif;
color: #fff; 
}
.ftnote {
font-size: .8em;
color: #fff; background-color: #666;
text-align: center;
}
.quote {
font: italic 1em "times new roman", serif;
color: #fff; background-color: #666;
margin: 10px 0 0;
}

/* default page-width div */
#maxmin { max-width:900px; min-width:600px; margin:0 auto; border:0; padding:0 0 5px;
	width:expression(document.body.clientWidth > 900? "900px": "auto");
	background-color:#666; }
/*These styles are for IE7, Firefox and other modern browsers. use expression for IE browsers less than IE7.*/

