/* CSS Document */
body { 
padding : 0;
margin : 0;
font-family : centaur, Arial, Verdana, Helvetica, sans-serif;
font-size : 16px;
color : #a52a2a;
background-color : #023200;
background-attachment : fixed;
} 

p { 
color : #a52a2a;
font-family : centaur, arial, helvetica, eras medium ITC;
font-size : 16x;
} 

h1 { 
color : #a52a2a;
font-family : centaur, arial, helvetica, eras medium ITC;
font-weight : bold;
font-variant : normal;
} 

h2 { 
color : #a52a2a;
font-family : centaur, arial, helvetica, eras medium ITC;
font-weight : bold;
font-variant : normal;
} 

h3 { 
color : #a52a2a;
font-weight : bold;
font-family : centaur, arial, helvetica, eras medium ITC;
font-variant : normal;
} 

h4 { 
color : #a52a2a;
font-weight : bold;
font-family : centaur, arial, helvetica, eras medium ITC;
font-variant : normal;
} 

h5 { 
color : #a52a2a;
font-family : centaur, arial, helvetica, eras medium ITC;
font-weight : bold;
font-variant : normal;
text-decoration : underline;
} 

ul { 
color : #a52a2a;
font-family : centaur, arial, helvetica, eras medium ITC;
font-weight : normal;
font-variant : normal;
text-decoration : none;
font-size : 16px;
} 

.highlight {
  background-color: #ffffcc;
  color: #800000;
}

	
