/* CSS Document */

body{
	text-align:center;
	background-image:url(images/background.jpg);
	font-family:Arial, Helvetica, sans-serif;
	margin-top:8px;
	}
a:link, a:visited{
	color:#044675;
	text-decoration:none;
	font-weight:bold;
	}
a:hover{
	color:#000099;
	font-weight:bold;
	}
.links{
	font-size:14px;
	}
.header{
	font-size: 24px;
	font-weight: bold;
	text-align:center;
	text-decoration:underline;
	color:#044675;	
}
.ParagraphHeader{
	font-weight:bold;
	font-size:14px;
	color:#044675;
}
.content{
	font-size:13px;
}
.tinyBaseline{
	color:#044675;
	font-size:11px;
	}