/* Stylesheet.css */

/* Define body background color & font */
body { 
background-image: url('images/backgrounds/greenbk.jpg');
background-repeat: repeat;
font-family: 'book antiqua', geneva, georgia, serif;
text-align: left; 
color: #000000;
margin: 0; 
padding: 0; 
} 

/* Main Content */
#content{ 
background-image: url('images/backgrounds/ltstone.gif');
border: thick double #000000; 
margin: 2em auto; 
padding: 2em; 
width: 40em;
} 

/* Navigation*/
#navmenu{ 
position: fixed; 
top:1em; left: 0.5em; 
background-color: #ffffff; 
border: thin solid #000000; 
width: 5em; 
padding: 0.5em; 
font-weight: bold; 
font-size: medium; 
} 

img{ 
border-style: none; 
} 

/* Page footer style */
#footer{
border-top: thick double #000000;
clear: both;      
width: 100%;
}

p{ 
margin: 1em; 
} 

/* Define Links*/
a:link { 
color:#596C6C; 
text-decoration: none; 
} 
a:visited { 
color:#000000; 
text-decoration: none; 
} 
a:hover { 
text-decoration:underline; 
} 

/* Define table Links*/
a.mid:link { 
color:#000000; 
text-decoration: none; 
} 
a.mid:visited { 
color:#ffffff; 
text-decoration: none; 
} 
a.mid:hover { 
text-decoration:underline; 
} 
