body, H1, H2, H3, H4, H5, H6, P {
  font-family: Verdana, Arial, Tahoma, Helvetica, Geneva, sans-serif; 
  word-spacing: normal;
  letter-spacing: normal;
  text-transform: none;
  text-decoration: none;
  border-color: black;
  border-style: none;
  background: white; 
  color: black; 
  margin-top: 1% 5% 1% 2%;
  padding-top: 0 0 0 0;
  border-top: 0 0 0 0;
  width: auto;
}

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

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

H4 {
  margin-bottom: 0.5em 
}

H5, H6 {
  margin-bottom: 0.2em 
}

EM, b	{	
  font-weight: bold;
}	
		
STRONG	{	
  font-style: italic;
  font-weight: bold;
}	
		
EM STRONG, STRONG EM	{	
  text-transform: uppercase;
  font-weight: bolder;
}	

I	{
  font-style: italic;
}
		
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;
}	
		
A {
  text-decoration: underline;
}
	
A:active, A:hover	{	
  text-decoration: none;
  color: #F30;
  background: yellow;
}	

#primenav a	{
  font-size: 22px;
  font-family: Verdana, Arial, Tahoma, Helvetica, Geneva, sans-serif; 
}

.hide, #colophon {
  display: none;
}

.warning	{	
  font-weight: bolder;
  background: yellow;
  color: black;
}	

#navbar {
  background: yellow;
  border-style: solid;
  border-width: thin; 
  padding: 2px;
  border: none;
  margin: 0.6em 0em;
}


