/* doc.css :: General DOC css directives. */

body 
{
color: #000000; 
background-color: #ffffff; 
}            
div.corpus 
{ 
text-align: left; 
margin-right: 10%; 
margin-left: 10%; 
}
div.special 
{ 
text-align: center; 
margin-right: 10%; 
margin-left: 10%; 
padding: 5pt; border: 
solid medium red; 
}            
h1 
{ 
color: #a52a2a; 
font-size: 24pt; 
text-align: center; 
}            
h2 
{ 
color: #a52a2a; 
}
ul
{
font-size: 13pt;
}            
hr 
{ 
color: navy; 
}