/*Sets the attributes within the body. */
body {background-color: black; color: white;}

/*Style for When the mouse pointer hovers over a link 
*/a:hover {color: lightblue; font-size: larger; }


TD.navbar {text-align: center; border-width: 5; border-color: gray; border-style: outset; background-color: gray; padding: 0;}


#homehead {color: blue;}
#currentpage {border-color: red;}