.box {
        border:         2px solid black; 
        padding:        5px; 
        margin:         10px;
	background:	white;
}


body	{	
	color:		black;
	background:	#fffaf0;
	}	

a:link	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	#C00;
	}	
		
a:visited	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	#999;
	background:	white;
	}	
		
a:active	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	#F00;
	background:	#FC0;
	}	
		
a:hover	{	
	text-decoration:	none;
	color:	#C00;
	background:	#ffdfad;

	}	
		
a.offsite	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	#C00;
	}	


hr {
	color:		black;
        border-color:	black;
	
        border-top:	1;
        border-bottom:	0;

        height:		1px;
}


/* OLD STUFF */


BODY { 
    font-family: helvetica, arial, sans-serif;
    letter-spacing: 0.08em;
    line-height: 125%;
    text-align: justify;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 2em;
    margin-right: 2em;
}



H1 {
        border:         2px solid black; 
        padding:        1em; 
        margin:         10px;
	background:	white;
	text-align:	center;	

	text-transform: lowercase;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
}

H2 {
	text-align: center;
	font-style: oblique;
	text-transform: lowercase;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
}

H3 { font-weight: normal; font-family: arial, helvetica, sans-serif; }

H4 { font-weight: normal; font-family: arial, helvetica, sans-serif; }

H5 { font-weight: normal; font-family: arial, helvetica, sans-serif; }

H6 { font-weight: normal; font-family: arial, helvetica, sans-serif; }


P { font-family: arial, helvetica, sans-serif; }


B, STRONG { font-weight: bold; letter-spacing: 0.12em; }
EM { font-style: oblique; letter-spacing: 0.12em; }
I, CITE, { font-style: oblique; }

PRE, TT, CODE, KBD, SAMP { font-family: monospace }
PRE { white-space: pre }
PRE { letter-spacing: 0; line-height: 100%; }

BLOCKQUOTE { font-family: arial, helvetica, sans-serif; }

UL, DIR { list-style: disc }
UL { font-family: arial, helvetica, sans-serif; }

OL { list-style: decimal }
OL { font-family: arial, helvetica, sans-serif; }

MENU { margin: 0 }              /* tight formatting */

LI { font-family: arial, helvetica, sans-serif; }

DT { font-family: arial, helvetica, sans-serif; }

/* DD { margin-left: 1em }*/
DD { font-family: arial, helvetica, sans-serif; }

TD { font-family: arial, helvetica, sans-serif;}
TH { font-family: arial, helvetica, sans-serif;}
TR { font-family: arial, helvetica, sans-serif;}
