body {background-color: rgb(0,0,0);

     }

h1 {color: rgb(180,180,180);

   font-size: 18px;

   font-family: 'book antiqua';

   }

h2 {color:  #27408B; font-size: 20}

h3 {color:  #FFFFFF; font-size: 18}

h4 {color:  #000080; font-size: 15}

h5 {color:  #1C86EE; font-size: 18}

p {color: white;

   font-size: 14px;

   font-family: 'book antiqua';

   }

#box1 {position: absolute;

       top: 225px;

	   left: 50px;

	   font-weight: bold;

	   z-index: 1;

	   }

#box2 {position: absolute;

       top: 10px;

	   left: 250px;

	   }

#box3 {position: absolute;

       top: 0px;

	   left: 35px;

	   font-size: large;

	   z-index: 1;

	   }

#box4 {position: absolute;

       top: 575px;

	   left: 450px;

	   z-index: 1;	   

	   }

#box5 {position: absolute;

       top: 9px;

	   left: 250px;

	   }

#box6 {position: absolute;

       top: 675px;

	   left: 75px;

	   }

#box7 {position: absolute;

       top: 675px;

	   right: 125px;

	   }

#box8 {position: absolute;

       top: 400px;

	   left: 700px;

	   }

ul     {

	margin: 0;

	padding: 10;

	list-style: none;

	width: 149px;

       }



ul li {

	position: relative;

	}



li ul {

	position: absolute;

	left: 149px;

	top: 0;

	display: none;

	}



ul li a {

	display: block;

	text-decoration: none;

	color: #0000B0;

	padding: 5px;

	border: 0px solid #ccc;

	border-bottom: 0;

	}

ul {

	margin: 0;

	padding: 0;

	list-style: none;

	width: 150px;

	border-bottom: 0px solid #ccc;

	}



li:hover ul, li.over ul { 

	display: block; }



a:link {color: rgb(255,243,190);

        text-decoration: none;

        font-weight: bold;

       }

a:visited {color: #FFFFFF; text-decoration: none; }

a:hover {color: grey; text-decoration: none; }

a:active {color: #FFFFFF; text-decoration: none; }