.redLink a:link { 
	text-decoration: none; 
	color: #cb0000;
}
.redLink a:visited { 
	text-decoration: none; 
	color: #cb0000;
}
.redLink a:hover{ 
	text-decoration: none; 
	color: white;
}


.yellowLink a:link { 
	text-decoration: none;
	COLOR: #ffe400; 
}
.yellowLink a:visited { 
	text-decoration: none;
	COLOR: #ffe400;  
}
.yellowLink a:hover{ 
	text-decoration: none; 
	color: white;
}

.email a:link { 
	text-decoration: none;
	COLOR: #ffe400; 
	font-size: 16px;
}
.email a:visited { 
	text-decoration: none;
	COLOR: #ffe400;
	font-size: 16px;  
}
.email a:hover{ 
	text-decoration: none; 
	color: white;
	font-size: 16px;
}


body {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #ffe400;
	background-color: #df0000;
	font-size: 14px;
}
.menu {
	font-size: 15px;
	font-variant: small-caps;
	font-weight: bold;
}

.mainBorder {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.heading {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	color: #ffe400;
	font-weight: bold;
	text-decoration: underline;
}

.smallHeading {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #ffe400;
	font-weight: bold;
}

.borderbottom {
	border-bottom: 1px solid #ffe400;
}
