td,body {
	font-family: verdana;
	font-size: 10px;
	color: #242424;
}

.text{text-align:justify;}

a:link, a:active, a:visited {
	font-family: verdana;
	color: #242424;
        font: bold;
	font-size:12px;
        text-decoration: none;
}
a:hover {
	color: red;
}

.b:link, .b:active, .b:visited {
	font-family: verdana;
	color: black;
        font: bold;
	font-size:11px;
        text-decoration: none;
}
.b:hover {
	color: red;
}


h1 {
        font-size:11px;
        font-family: tahoma;
        font: bold;
        color: #5A1B00;
        valign: center;
        display: inline; 
        vertical-align:top;
}

h2 {
        font-size:11px;
        font-family: tahoma;
        font: bold;
        color: #5A1B00;
        valign: center;
        display: inline; 
        vertical-align:top;
}


.img {BORDER: 1px solid black; border-thickness: 1px; }
A:hover .img {BORDER: 1px solid black; border-thickness: 0px ; filter:alpha(opacity=80);}
