
.smallsize {
	font-family: tahoma, "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: x-small;
	color: black;
	background-color: white;
}

a:link {
	color: #FF6600;
	text-decoration: none;
        background-color: white;

}

a:visited {
	text-decoration: none;
	color: #FF6600;
        background-color: white;
}

a:hover {
	text-decoration: underline;
	color: #0066CC;
        background-color: white;
}

a:active {
	text-decoration: none;
	color: #0066CC;
        background-color: white;

}

.style5 {font-size: 11px}
.style6 {font-size: xx-small}

.normal {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; 
	font-size: small;
	color: black;
        background-color: white;

}

