/* CSS Document */
body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #003399;
	margin-top: 0px;
}
.headlines {
	font-family: Arial;
	font-size: 18px;
	color: #003399;
	font-weight: bolder;
}
.newstitle {
	font-family: Arial;
	font-size: 24px;
	color: #990000;
	font-weight: bolder;
}
.txtarticles {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
.txtyellow {
	font-family: Arial;
	font-size: 18px;
	color: #FFCC00;
}
.txtwhite {
	font-family: Arial;
	font-size: 18px;
	color: #FFFFFF;
}
.footer {
	font-family: Verdana;
	font-size: 10px;
	color: #0066CC;
}
body {
	background-color: #003366;
}
a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	background-color: #FFCC00;
}
a:active {
	text-decoration: none;
}
