@import url("nav.css");
@import url("stylesheet.css");
@import url("main_09.css");

/*LINK CONTROL*/
a:link 
{
color: #0c5430;
text-decoration:none;
}
a:visited 
{
color: #0c5430; /* C: #665c52 */
text-decoration:none;
}
a:hover 
{
color: #7c0a0a; /* maroon */
text-decoration:none;
}
/*COLUMN 1*/
.col1
{
/* background-color: #e4f4e2; */ /* light green */
}
a:link h3 {
color: #0c5430; /* forest green */
}
a:hover h3, a:visited:hover h3 {
	color: #7c0a0a; /* maroon */
}
a:visited h3 {
color: #0c5430; /* forest green */
}
td.main a {
	font-weight: bold;
}
