a {  font-family: Arial, Helvetica, sans-serif; color: #000000}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #de701d;
	text-align: left;
}
.necaptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	color: #98012e;
}
.necaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.orangetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #de701d;
}

.newshead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	color: #bb422d;
}

.newstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.newsital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: italics;
	font-weight: normal;
	color: #000000;
}
a:link
{
	font: 100% Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	color: #de701d;
	text-decoration: underline;
}

a:visited
{
	font: 100% Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	color: #98012e;
text-decoration: none;
}

a:hover
{
	font: 100% Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	color: #98012e;
	text-decoration: underline;
}

a:active
{
    font: 100% Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	color: #98012e;
	text-decoration: underline;
}

-- a:link = treatment for a link not yet visited/clicked.
-- a:visited = treatment for a visited link, may be different from a:link, if desired.
-- a:hover = treatment when the mouse is hovering over the link text
-- a:active = treatment when the link text is clicked 
