﻿/** Style sheet, nav-style.css.
      Simple styles for navigation
**/

#container {
   width: 850px;
   margin-right: auto;
   margin-left: auto;
   background-color: #ffffff;
}

#header {
   height: 15px;
   width: 850px;
   background-color: #ffffff;
}

/* For when a footer is added */

#footer {
   background-color: #000000;
   width: 750px;
   margin-right: auto;
   margin-left: auto;
   padding: 10px;
   font-family: Monotype Corsiva;
   text-align: center;
   font-size: 10px;
   font-weight: bold;
}

#ctr { text-align: center; } 

body { background-color: #000000; }

h1 {
   font-family: Monotype Corsiva;
   font-size: 45pt;
   font-weight: bold;
   color: 000000;
   line-height: 24px;
   margin: 10px 14px 0 14px;
}

/* Style rules for navigation */

#nav {
   font-family: Verdana, Arial, sans-serif;
   font-size: small;
   padding:5px;
   margin-left:0px;
   color:#fff; 
   border-bottom: 0px solid #6F8C8F; 
   font-weight: bold;
}

#nav a:link { 
   color:#fff;
   text-decoration:none;
}

#nav a:visited {
   color: #fff;
   text-decoration: none;
   font-weight : bold;
}

#nav a:hover {
   text-decoration:underline;
}
