body { font-family: Arial;
       padding: 0px;
       background-image: url(images/night-sky-stars.gif);
       background-repeat: repeat;  
       margin: 5px; 0px; 0px; 0px; 
        }

#header { font:  bold 40px Helvetica;
          
          padding-left: 0px;
          border-bottom: 3px solid blue; 
          background-image: url(images/night-sky-stars.gif);
          margin-bottom: 10px;
          color: #e7e7e7; }

#content { 
           padding: 10px 20px 1px 10px; 
           width: 90%; 
           margin-right: auto; 
           margin-left: auto;

           border-top: solid blue;
           border-right: solid blue;
           border-bottom: solid blue;
           border-left: solid blue;
           
           background-color: #ffffff; }

#content a:link { color: #0000ff;
                  font-weight: bold; } 
#content a:visited { color: #0000ff;
                     font-weight: bold; } 

.box {  float: right;
        margin-top: 10px;
        margin-right: 4px;
        margin-bottom: 15px;
        margin-left: 5px;
	background:#ffffff;
	color: black;
	border:4px solid #0000ff;
	width: 350px;
	height: 700px;
	padding-top: 15;
	padding-right: 5px;
	padding-bottom: 10;
	padding-left: 5px;
       
}


#horizontalnav {

text-align: center;
width: 100%;
height: 30px;
margin-bottom: 10px;
position: relative;
background-image: url(images/night-sky-stars.gif);
border-bottom: 2px solid ff0000;



}

.navlinks {

text-align: center;
padding: 4px 0px 0px 0px;

}

.navlinks ul {

margin: auto;

}

.navlinks li {

margin: 4px 2px 0px 0px;
padding: 1px 2px 1px 2px;
list-style-type: none;
display: inline;

}


.navlinks li a {

color: #e7e7e7;

padding: 1px 5px 7px 3px;
background-color: #000000;
text-decoration: underline;
font-size: 15px;
font-weight: bold;  
font-family: Verdana;



}

.navlinks li a:hover {
color: #000000;
padding: 1px 5px 7px 5px;
background-color: #e7e7e7;

}



                     
h1 {text-align: center; 
    color: black;
    }

h2 { margin-top: 10px;

   }


 

