body
{
background-color: #000000;
background-image:url('../bgdesert.jpg');
}
h1,h2,h3,h4,h5,h6 
{
color: #04557B
}
h4
{
font-family: arial; 
font-weight: bold;
font-size: 10pt
}
h3
{
font-family: times; 
font-weight: bold;
font-size: 16pt
}
h2
{
font-family: arial; 
font-weight: bold;
font-size: 18pt
}
h1
{
font-family: times; 
font-weight: bold;
font-size: 24pt;
letter-spacing: 0.25cm
}
p,td
{
font-family:  arial;
font-size:  10pt
}
ul
{
list-style-type: square
}
/* General List formatting */
a
{
font-family: arial;
color: white;
text-decoration: none;
font-size: small
}
/* bottom_class */
a.bottom:link {color: #00FFFF}             /* unvisited link */
a.bottom:visited {color: white}                             /* visited link */
a.bottom:hover {color: black; background-color: #00FFFF}   /* mouse over link */
a.bottom:active {color: #0000FF}                           /* selected link */
/* bold middle*/
b.middle 
{
color: #04558E
}
/* main_menu_class */
a:link {color: white}             /* unvisited link */
a:visited {color: white}                             /* visited link */
a:hover {color: black; background-color: #00FFFF}   /* mouse over link */
a:active {color: #0000FF}                           /* selected link */

/* Divisions for middle column of home page */
#div1 
{
float:left; 
width:300px;
height: 100%;
padding:10px;
} 
#div2 
{
margin-left:40%; 
width:400px;
height: 100%;
padding:20px;
}