/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	background-color:#F5F5F5;
}
h1
{
	display:inline;
	font-size:24px;
	color: #003366;
	font-family:tahoma;
}
.header
{
	font-family:tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.tagline
{
	font-family:tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.footer
{
	font-family:tahoma;
	font-size: 11px;
	color:#404040;
}
.article-link
{
	color:#C52E23;
}
.article-link:hover
{
	color:#003366;
}
.text
{
	font-size:14px;
	font-family:tahoma;
	color:#000000;
}
