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

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

.layout_table {
	align: center;
	border: 5px green solid;
	width: 90%;
	background-color: white;
	
}

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

/* This section applies to all links.*/

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

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

/* This section describes stand-alone links at top of page*/ 

a:link.button, a:visited.button { 
 font-size: smaller; font-weight:bold;  text-decoration:none; 
 background-color: white; color: green;
 width:120px;  
} 

a:active.button, a:hover.button { 
 font-size: smaller;  font-weight:bold; text-decoration:underline; 
 background-color: white; color:green ; 
 width:120px;  
} 

/* This section describes stand-alone links at bottom of page*/ 

a:link.button2, a:visited.button2 
{ 
 font-family: "Arial Narrow";
 font-size: smaller; font-weight:bold;  text-decoration:none; 
 background-color: white; color: green;
 width:11%;  
} 

a:active.button2, a:hover.button2 
{ 
 font-family: "Arial Narrow";
 font-size: smaller;  font-weight:bold; text-decoration:underline; 
 background-color: white; color:green ; 
 width:11%;  
} 
