h1 {
color: rgb(86, 86, 86); 
font-size: 500%; 
margin-top: 0px; 
height: 120px;
}

h2 { 
color: rgb(86, 86, 86);
font-size: 28px;
}

h3 { 
color: rgb(86, 86, 86);
font-size: 21px;
}

h4 { 
color: rgb(86, 86, 86);
}

/* ------------------------------- general -------------*/
#general 
{
background-image: url(algebrabackground.png);
background-repeat: repeat;
background-attachment: fixed;
link-color: rgb(204, 0, 0);
margin: -10px 0px 0px 0px;
}

#general a:link {
color: navy;
text-decoration: underline;
}
#general v:link {
color: maroon;
text-decoration: none;
position: float;
}

/* ---------------------------- buttons -------------*/
#buttons 
{
text-align: left;
background-color: transparent;
width: 150px;
position: fixed;
}

/* ---------------------------- main text -------------*/
div.maintext 
{
margin: 10px 0px 30px 150px;    /* outside the box */
padding: 0px 20px 10px 20px;   /* inside the box */
width: 780px;

border-style: solid;
border-color: rgb(86, 86, 86);
border-width: 1px;

font-family: Verdana, Helvetica, sans-serif;
font-size: 14px;
text-align: left;
color: black;
background-color: white;
}

/* ---------------------------- first indent -------------*/
#firstindent 
{
margin: 0px 0px 0px 40px;
}

/* ---------------------------- second indent -------------*/
#secondindent 
{
margin: 0px 0px 0px 20px;
}

/* ---------------------------- button image -------------*/
img.button 
{
width: 150px;
height: 60px; 
border-style: none; 
}

/* ---------------------------- logo image -------------*/
img.logo 
{
margin-top: 15px;
width: 350px; 
height: 150px; 
float: right;
border-style: none; 
}

/* ---------------------------- pdf warning -------------*/
span.pdf 
{
font-size: 10px;
font-weight: bold;
color: grey;
}

/* ---------------------------- zip warning -------------*/
span.zip 
{
font-size: 10px;
font-weight: bold;
color: maroon;
}
