<style type="text/css">
body {
}
:link {
	color: #ffc26b;
	text-decoration: none;
	font-family: Myriad, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
}  /* for unvisited links */
:visited { color: #ffc26b; 
	text-decoration: none;
	font-family: Myriad, sans-serif;
	font-size: 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
} /* for visited links */
:active { 
	color: BlanchedAlmond; 
	text-decoration: none;  
	font-family: Myriad, sans-serif;
	font-size: 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
} 
/* when link is clicked */
:hover {
	color: #F21498;
	text-decoration: none;
	font-family: Myriad, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;

} /* when mouse is over link */
.text {
font-family: Myriad, sans-serif;
font-size: 12px;
color: darkSlateGray;
	}
	
.smalltext {
font-family: Myriad, sans-serif;
font-size: 9px;
font-weight: normal;
color: ##f6f6f6;
}
.largetext {
font-family: Arial;
font-size: 16px;
font-weight: regular;
color: DarkSlateGray;
	}
.beigetext {
font-family: sans-serif, Verdana, Geneva, Arial, Helvetica;
font-size: 18px;
font-weight: bolder;
color: #EFE3B9;
	}

.largedeepfushia {
	font-family: Verdana, sans-serif;
	font-size: 150%;
	font-weight: bolder;
	color: #A8015E;
	white-space : normal;
	letter-spacing : -2px;
}
.largeninered {
	font-family: Verdana, sans-serif;
	font-size: 150%;
	font-weight: normal;
	color: #A6042D;
	white-space : normal;
	letter-spacing : -2px;
}
.logodeepfushia {
	font-family: Verdana, sans-serif;
	font-size: 200%;
	font-weight: bolder;
	color: #A8015E;
	white-space : normal;
	letter-spacing : -3px;
}
.logoninered {
	font-family: Verdana, sans-serif;
	font-size: 200%;
	font-weight: normal;
	color: #A6042D;
	white-space : normal;
	letter-spacing : -3px;
}

</style>