/* CSS Document */

body {
	background-color: #ffffff;
	background-image: url(/images/BGimage.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"Courier New", Courier, monospace;
	
}

a:link {
	text-decoration: none;
	color: blue;
}
a:visited {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration: none;
	color: blue;
}
a:active {
	text-decoration: none;
	color: blue;
}

h2{
	margin-top:20px;
	padding-left:55px;
	font-size: 16px;
	font-family:"Courier New", Courier, monospace;

}

p {
	padding:0 0 0 55;
	font-size: 12px;
	font-family:"Courier New", Courier, monospace;

}

.data {
	font-size: 12px;
	font-family:"Courier New", Courier, monospace;

}

.nav{
font-weight:bold;
text-decoration:none;
color:#000000;
font-size:15px;


}