@charset "utf-8";
.SideLinks {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	
}
a.SideLinks:link { color: #FFFFFF; text-decoration:none}
a.SideLinks:visited { color: #FFFFFF; text-decoration:none}
a.SideLinks:hover { color: #FFFFFF; text-decoration:underline;}
a.SideLinks:active { color: #FFFFFF; text-decoration:underline;}

a:link {
	color: #FFFFFF;
	text-decoration:none
}
a:visited {
	color: #FFFFFF;
	text-decoration:none
}
a:hover {
	color: #FFFFFF;
	text-decoration:underline
}
a:active {
	color: #FFFFFF;
	text-decoration:underline;
	font-weight: bold;
}
