body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
  	background-position: center
}
.titlebar  {
	font-size : 14px;
	font-family : "Times New Roman", Times, serif;
	font-style : normal;
	color : #FFFFFF;
	text-align : left;
	font-weight: bold;
}
h1  {
	font-size : 24px;
	font-family : "Times New Roman", Times, serif;
	font-style : normal;
	color : #a5c619;
	text-align : left;
	font-weight: bold;
	line-height: normal;
	}

h2  {
	font-size : 16px;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	color : #000000;
	text-align : left;
	font-weight: bold;
	}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #a5c619;
	text-decoration: underline;
}
