.url{font-size:11px;color:gray;}


td,body {
	font-family: tahoma;
	font-size: 11px;
	color: silver;
        font: bold;


}

.text{text-align:justify;font-size:12px;}

a:link, a:active, a:visited {
	font-family:tahoma;
	color: #5C98FB;
        font: bold;
	font-size:11px;
        text-decoration: none;
}
a:hover {
	color: white;
}

.b:link, .b:active, .b:visited {
	font-family:tahoma;
	color: white;
        font: bold;
	font-size:11px;
        text-decoration: none;
}
.b:hover {
	color: silver;
}


h1 {
        font-size:12px;
        font-family: Tahoma;
        font: bold;
        color: white;
        valign: center;
        display: inline; 
        vertical-align:top;
}

h2 {
        font-size:12px;
        font-family: Tahoma;
        font: bold;
        color: white;
        valign: center;
        display: inline; 
        vertical-align:top;
}



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