A, ADDRESS, BLOCKQUOTE, BODY, CITE, CODE, DD, DEL, DFN,
DIV, DL, DT, EM, FORM, H1, H2, H3, H4, H5, H6, IFRAME, IMG, KBD,
LI, OBJECT, OL, P, Q, SAMP, SMALL, SPAN, STRONG, SUB, SUP, UL, VAR,
APPLET, BIG, CENTER, DIR, FONT, HR, MENU, PRE,
ABBR, ACRONYM, BDO, BUTTON, FIELDSET, INS, LABEL        {
        word-spacing:   normal;
        letter-spacing: normal;
        text-transform: none;
        text-decoration:        none;
        border-color:   black;
        border-style:   none;
}

BODY {
	font-family: Georgia, "Times New Roman", Times, "New York", serif ; 
	background: white; 
	color: black; 
	margin-top:	1em;
	margin-left:	5%;
	margin-right:	2%;
	margin-bottom:	1em;
	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;
}

CODE, PRE {font-family: "Courier New", Courier, Monaco, monospace ; }

H1 { 
	font-family: Impact, Arial Black, Helvetica Black, sans-serif; 
}

H2, H3, H4, H5, H6, TH, DT { 
	font-family: Verdana, Arial, Tahoma, Helvetica, Geneva,	SunSans-Regular, sans-serif; 
}

H4 {margin-bottom: 0.5em }
H5, H6 {margin-bottom: 0.2em }


P, DIV, UL, DL, DT, DD, PRE, OL, LI, BLOCKQUOTE, ADDRESS {
	color: black;
}

EM	{	
	font-style:	normal;
	font-weight:	bold;
	color:	black;
	background:	white;
	}	
		
STRONG	{	
	font-style:	italic;
	background:	white;
	font-weight:	bold;
	color:	black;
}	
		
EM STRONG, STRONG EM	{	
	text-transform:	uppercase;
	font-style:	normal;
	font-weight:	bolder;
	background:	white;
	color:	black;
}	

B	{
	font-weight:	bold;
}
	
I	{
	font-style:	italic;
}
		
.warning	{	
	text-transform:	none;
	font-style:	normal;
	font-weight:	bolder;
	background:	yellow;
	color:	black;
}	

.navbar {
	font-style:	normal;
	background:	yellow;
        border-style:	solid;
	border-width:	thin; 
	padding:	2px;
        border:		none;
	margin:		0.6em 0em;
}
		
DEL	{	
	text-decoration:	line-through;
	background:	#F66;
}	
		
INS	{	
	text-decoration:	underline;
	background:	yellow;
}	
		
VAR, CITE, DFN, .note	{	
	font-style:	italic;
}	
		
ADDRESS	{	
	font-size:	smaller;
	margin:		0.6em;
}	
		
ACRONYM	{	
	font-variant:	small-caps;
	letter-spacing:	0.1em;
}	
		
HR	{	
	color:	gray;
}	
		
#colophon	{	
	display:	none;
}	
		
COL, COLGROUP, TABLE, TBODY, TD, TR	{	
	color:	black;
	text-decoration:	none;
	border-color:	black;
	border-style:	none;
	background:	white;
}	

A {
        text-decoration: underline;
}
	
A:active, A:hover	{	
	text-decoration:	none;
	color:	#F30;
	background:	yellow;
}	
	
