a:link {color: #e06d14}     /* unvisited link */
a:visited {color: #c10000}  /* visited link */
a:hover {color: #3b5a15}   /* mouse over link */
a:active {color: #e06d14}   /* selected link */


body
{
	color: #294452;
	text-decoration: none;
	font-family: verdana;
}

.text
{
	color: #294452;
	font-family: verdana;
	font-size: 12px;
	text-align: justify;
	text-decoration: none;
	padding: 5px;
}

.textNote
{
	color: #294452;
	font-family: verdana;
	font-size: 10px;
	text-align: justify;
	text-decoration: none;
	padding: 5px;
}

.textB
{
	color: #FFFFFF;
	font-family: verdana;
	font-size: 12px;
	text-align: justify;
	text-decoration: none;
	padding: 10px;
}

.news
{
	color: #ffffff;
	font-family: verdana;
	font-size: 12px;
	text-align: justify;
	text-decoration: none;
}

.news a:link
{
	color: #ffffff;
}
.news a:visited
{
	color: #ffffff;
}
.news a:hover
{
	color: #ffffff;
}
.news a:active
{
	color: #ffffff;
}