/*A:link {text-decoration: none; color:black}
A:visited {text-decoration: none; color:#333333}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}*/


.class2 A:link {text-decoration: none; color: #000000}
.class2 A:visited {text-decoration: none; color: #333333}
.class2 A:active {text-decoration: none}
.class2 A:hover {text-decoration: underline; color: #FF0000}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #595959;
	background-image: url(images/background.gif);
	
}
.titlesNormal{
	font-family: tahoma;
	font-size: 12px;
}
.titlesBold{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
}
.englishText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

