BODY {
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


A {
	color: Maroon;
	border:none;
	text-decoration: none;
}
.normalerText {
	font-size: small;
	color: #333;
}


A:Hover {
	text-decoration: underline;
	color: #F00;
}

.style2 {
	color: Maroon;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
}


.H2 {
	font-size: large;
	color: #333;
}
