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

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

.menulinks {
	font-size: small;
}

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

.header_table {
	background-color: black;
	border-color: black;
	border-width: 2px;
}


/* This section applies to all links.*/

a:link, a:visited {
	color: white;
	text-decoration: underline;
}

a:active, a:hover {
	color: white;
	text-decoration: none;
}

/* This section describes stand-alone links*/ 

a:link.button, a:visited.button 
{ 
 font-size: smaller; font-weight:bold;  text-decoration: underline; color: white;
 background-color: black; padding:2px;
 width:11%;  
} 

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

