

a {
	color: #ec3120;
	text-decoration: none;
}
a:link {
	
	color: #ec3120;
	} /* unvisited link */
a:visited {
	color: #ec3120;
	}  /* visited link */
a:hover {
	text-decoration:underline;
	}   /* mouse over link */
a:active {
	text-decoration: none;
}   /* selected link */


h1 {
	font-size: 20px;	color: #ec3120;
}
h2 {
	font-size: 18px;
	color: #ec3120;
	margin-top: 20px;
}
h3 {
	font-size: 14px;	color: #ec3120;
}
h4 {
	font-size: 12px;
}

.red {
color: #ec3120 !important;
}
.blue {
color: #20496d !important;
}


A {
	text-decoration: underline;
	color: Maroon;
}

A:Hover {
	text-decoration: none;
	color: #CE3100;
}

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

