<style type="text/css">
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a
{
    font-size:       14px;
    color:           #4b4444;
    text-decoration: none;
}
a:hover 
{
    color: #990000;
	text-decoration: underline;
}
a:hover img 
{
    border: 1px solid red;
	
}
a:active {
text-decoration: none;
}
body
{
    font-size:   14px;
    font-family: Verdana;
}
td
{
    font-size:   14px;
    font-family: Verdana;
}
.head
{
    font-weight: bold;
    font-size: 24px;
}
.style1 {
	font-size: 9px;
	color: black;
	font-weight: bold;
}
div.linkex a { text-decoration:underline; }
</style>