﻿body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: silver;
}

.footnote {
	font-size: x-small;
	font-color: #C0C0C0;
	align: center;
}

.menulinks {
	font-size: small;
	border: 1px solid #000000;
	background-color: #C0C0C0;
}

.layout_table {
	align: center;
	border: 5px black solid;
	width: 740px;
	background-color: white;
	
}

.header_table {
	background-color:silver;
	border-color: #808080;
	border-width: 2px;
}

/* This section describes stand-alone links*/ 

a:link.button, a:visited.button 
{ 
 font-size: smaller; font-weight:bold;  text-decoration:none; 
 background-color: silver; 
 width:11%;  
} 

a:active.button, a:hover.button 
{ 
 font-size: smaller;  font-weight:bold; text-decoration:underline; 
 background-color: silver; 
 width:11%;  
} 

