/* "ajfox.css" CSS file for http://ajfox.com*/

body
{
margin: 0; 
padding: 15px; 
background-color: #800000;
font: 700 12pt times, sans serif;
color: #800000; 
}

#wrapper
{ 
background-color: #ffffcc;
margin: 1px 1px 1px 1px; 
padding: 10px; 
border: 5px solid #000066;
}

#headder
{
width: 100%
}

#footer 
{
bottom: -25px; 
left: -1px; 
text-align: center; 
border: 0px solid teal; 
background-color: #ffffcc; 
} 
h1
{
font-size: 24pt;
font-weight: 900;
text-align: center;
}
h2
{
font-size: 20pt;
font-weight: 900;
text-align: center;
}
h3
{
font-size: 18pt;
font-weight 900;
text-align: center;
}
h4
{
font-size: 16pt;
font-weight: 900;
text-align: center;
}
h5
{
font-size: 12pt;
font-weight: 900;
text-align: center;
}
h6    /* Use for copyright notice only*/
{
font-size: 10pt; 
font-weight: 900;
text-align: center;
color: #999966;
}
h7    
font-size: 10pt; 
font-weight: 900;
text-align: center;
color: black;
}

hr 
{
border: 0;
width: 80%;
color: #800000;
background-color: #800000;
height: 5px;
}

a
{
font-family: times, sans serif;
font-size: 12pt;
font-weight: 900;
text-decoration:none;
color:blue;
}
a:hover
{
text-decoration:underline;
font-weight: 900;
font-size: 12pt;
color:red;
}
p:first-letter
{
font: italic 150% 900;
}