body {background: #f9f9f9; font-size: 10pt; font-family: Arial,Verdana,Helvetica,Times New Roman; font-weight: normal; color: navy} 

A:link {text-decoration: none; color: #994455}

A:visited {text-decoration: none; color: purple}

A:active {color: gray}

h1 {font-size: 20pt;}

h2 {font-size: 18pt;}

h3 {font-size: 15pt;}

h4 {font-size: 12pt;}

h5 {font-size: 8pt;}

h6 {font-size: 6pt;}

hr {
color: navy;
}

table {
font-size: 12pt; cellspacing: 5; cellpadding: 5;
}


/* Column layout effects */
#top { top: 5px;
margin: 5px;
height: 90px;
width: 1000px;
padding: 10px;
background: #F9F9F9;
}

#left { position: absolute;
left: 0px;
top: 100px;
width: 180px;
padding: 10px;
margin: 5px;
padding-bottom: 10px;
color: #ffffff;
background: #F9F9F9;
}

#center { margin-left: 195px;
/*margin-right: 210px; */
padding: 10px;
top: 100px;
color: #000080;
background: #F9F9F9;
}

/* #right { position: absolute;
right: 0px;
top: 200px;
width: 15%;
padding: 10px;
margin: 5px;
padding-bottom: 10px;
color: #ffffff;
background: #F9F9F9;
}  */

#clear { clear: both;
}

#footer { margin: 20px;
text-align: center;
color: #ffffff;
background: #F9F9F9;
}

/* Button style menu */


a.button:link  
{ 
 font-size:10px; 
 font-weight:normal; 
 text-decoration:none;
 text-align:center; 
 border-style:outset; 
 border-color:white; 
 border-width:5px; 
 background-color:#f9f9f9; 
 width:150px;  
 color:navy; 
} 


a.button:visited  
{ 
 font-size:10px; 
 font-weight:normal; 
 text-decoration:none; 
 text-align:center; 
 border-style:outset; 
 border-color:white; 
 border-width:5px; 
 background-color:#f9f9f9; 
 width:150px;  
 color:navy; 
} 

a.button:active  
{ 
 font-size:10px; 
 font-weight:normal; 
 text-decoration:none; 
 text-align:center; 
 border-style:inset; 
 border-color:white; 
 border-width:5px; 
 background-color:#f9f9f9; 
 width:150px; 
 color:maroon; 
} 

a.button:hover  
{ 
 font-size:10px; 
 font-weight:bold; 
 text-decoration:none; 
 text-align:center; 
 border-style:inset; 
 border-color:white; 
 border-width:5px; 
 background-color:#f9f9f9; 
 width:150px;  
 color:maroon; 
} 
