/*Removes Border around all images*/
a img {border: none; } 


/*Navigation Links*/
a.beauty:link {
font-family: Century Gothic; 
font-size: 16px;
color: #33CCCC; 
text-decoration: none; }

a.beauty:visited {
font-family: Century Gothic;
font-size: 16px;
 color: #33CCCC; 
 text-decoration: none; }
 
a.beauty:hover {
font-family: Century Gothic;
font-size: 16px;
 color: #FFFFff; 
 text-decoration: none; }
 
a.beauty:active {
font-family: Century Gothic; 
font-size: 16px;
color: #33CCCC;
text-decoration:none; } 

/*Bottom Link Navigation*/

a.bottom:link {
font-family: Century Gothic; 
font-size: 16px;
color: #FFFF00;
text-decoration: none; }

a.bottom:visited {
font-family: Century Gothic; 
font-size: 16px;
color: #FFFF00;
text-decoration: none; 
}

a.bottom:hover {
font-family: Century Gothic; 
font-size: 16px;
color: #FFFF00;
text-decoration:none;
 }
 
a.bottom:active {
font-family: Century Gothic; 
font-size: 16px;
color: #FFFFFF;
text-decoration:none;
} 

/*Regular Link Navigation*/

a.regular:link {
font-family: Century Gothic; 
font-size: 12px;
color: #FFFFFF;
text-decoration: none;
 }

a.regular:visited {
font-family: Century Gothic; 
font-size: 12px;
color: #FFFFFF;
text-decoration: none; 
}

a.regular:hover {
font-family: Century Gothic; 
font-size: 12px;
color: yellow;
text-decoration:none;
 }
 
a.regular:active {
font-family: Century Gothic; 
font-size: 12px;
color: #FFFFFF;
text-decoration:none;
} 

/*light gray left menu*/

a.sidelink:link {
font-family: Century Gothic; 
font-size: 12px;
color: #FFFFFF;
text-decoration: none;
 }

a.sidelink:visited {
font-family: Century Gothic; 
font-size: 12px;
color: #FFFFFF;
text-decoration: none; 
}

a.sidelink:hover {
font-family: Century Gothic; 
font-size: 12px;
color: yellow;
text-decoration:none;
 }
 
a.sidelink:active {
font-family:Century Gothic; 
font-size: 12px;
color: #FFFFFF;
text-decoration:none;
} 
a:link {
	font-family: Century Gothic;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: Century Gothic;
	font-size: 12px;
	color: #CC0001;
	text-decoration: none;
}
a:hover {
	font-family: Century Gothic;
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
}
a:active {
	font-family: Century Gothic;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
