a {	
	color: #ffffff;	
	text-decoration: none
}

a:hover {
	text-decoration: underline;
	color:#FF0000;
}

body {	
	background-color: #000000;
	background-image:url(bck1.JPG);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family: Arial, Helvetica, sans-serif;	
	line-height: 2em;	
	color: #ffffff;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em
	}
h1 {
	text-align:left;
	font-size:30px;
	color:#FFFFFF;
	}
h2 {
	color: #CCCCCC
	}
h3 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.15em;
	text-align:left;
	background-color: #660000;  	
	color: #DCDCDC
	}
h4 {
	color: #000000
	}


ul {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	list-style-type: square;	
	list-style-position: outside
	}

.Navbar {
	color: #ffffff;
	font-size:24px;
	font-weight:bold;
	}
.footer {
	font-size:10px;
	text-align:right;
	}