a.est, a.est:link, a.est:visited {
 text-decoration: none;
 color: yellow;
}
a.est:link:hover, a.est:visited:hover {
 text-decoration: none;
 color: #016909;
}

a.eng, a.eng:link, a.eng:visited {
 text-decoration: none;
 color: white;
}
a.eng:link:hover, a.eng:visited:hover {
 text-decoration: none;
 color: #016909;
}

body {
	background-image:url(back2.gif);
	background-repeat: repeat-x;
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
}

td.footer {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
}

td.titles{
	font-family: arial;
	font-size: 12px;
	color: yellow;
	text-align: center;
	vertical-align: top;
	padding-top: 7px;
	font-weight: bold;
}

td.footer a {
	font-family: arial;
	font-size: 12px;
	color: yellow;
	text-decoration: none;
}