@import url("page_styles.css");
.border {
	border: 1px solid #FFCC33;
}
.links a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
.links a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
.links a:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.links a:active {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
.news a:link {
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.news a:visited {

	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
.news a:hover {


	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.news a:active {



	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	color: #6699FF;
	text-decoration: none;
}
