body {
	background-color: #ffffff;
	color: #000;
}

h1,h2,h3 { font-family: 'Roboto Condensed', Helvetica, sans-serif;  }
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
h1 {
	color: #000000;
	font-size: 30px;
	line-height: 28px;
	font-weight: 700;
}
h2 {
	font-size: 24px;
	color: #000000;
	line-height: 25px;
	font-weight: 700;
}
h3 {
	font-size: 18px;
	color: #000000;
	line-height: 23px;
	font-weight: 700; 
}

.news {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}

a {
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: none;
	text-decoration: underline;
}
a:link {
	color: #000000;
	}
a:visited {
	color: #000000;
	}
a:active {
	color: #000000;
	}
a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
h3 a:link, a:visited, a:active {
	font-family: 'Roboto Condensed', Verdana, sans-serif;
	font-size: 18px;
	color: #000000;
	line-height: 20px;
	font-weight: 700
	text-decoration: underline;
}
	
li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}


/* footer hyperlinks */
a.footer{
	color: #000000;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: regular;
	text-transform: none;
}
a.footer:link {
	color: #000000;
	text-decoration: none;
	}
a.footer:visited {
	color: #000000;
	text-decoration: none;
	}
a.footer:active {
	color: #000000;
	text-decoration: none;
	}
a.footer:hover {
	color: #000000;
	text-decoration: underline;
	}