body {
	font-family: Tahoma;
	color: #000000;
	text-indent:inherit;
	text-align:justify;
	margin: 0px;
	}

td
	{font-size: 13px;}
a 	{
	font-family:  Tahoma;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	}

a:hover {
	font-family:  Tahoma;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
h1
	{
	font-family:Tahoma;
	font-size: 15;
	}
#menu_left td
	{
	padding-left:10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18;
	}
#menu_left a {color: #FFFFFF;}
#menu_left a:hover {color: #000000;}

#news td
	{
	text-align:justify;
	background-color:#FFFFFF;
	}
#news a {
	font-weight: normal;
	}
.thumbnail{
position: relative;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail span{
position: absolute;
background-color: #ffffff;
padding: 2px;
left: -10px;
border: 1px solid rgb(193,20,10);
visibility: hidden;
color: black;
text-decoration: none;
}
A
        {
text-decoration: none;
        }
.thumbnail span img{
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{
visibility: visible;
top: -70;
left: -230px; /*position where enlarged image should offset horizontally */
WHITE-SPACE: nowrap;
}

