﻿.linksL a:link {
	text-decoration: underline;
	color: #FF9933;
	font-size: medium;
	font-weight: bold;
}
.linksL a:visited {
	color: #993366;
	text-decoration: underline;
	font-size: medium;
	font-weight: bold;
}
.linksL a:hover {
	color: #FFFF66;
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
}
.linksL a:active {
	color: #00CC66;
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
}
.linksR a:link {
	text-decoration: underline;
	color: #FF9933;
	font-size: medium;
	font-weight: bold;
}
.linksR a:visited {
	color: #993366;
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
}
.linksR a:hover {
	color: #FFFF66;
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
}
.linksR a:active {
	color: #00CC66;
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
}
.linksCenter a:link {
	text-decoration: underline;
	color: #FF9933;
	font-size: medium;
	font-weight: bold;
}
.linksCenter a:visited {
	color: #993366;
	text-decoration: underline;
	font-size: medium;
	font-weight: bold;
}
.linksCenter a:hover {
	color: #FFFF66;
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
}
.linksCenter a:active {
	color: #00CC66;
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
}


