@charset "UTF-8";
/* CSS Document */

body{
	background-image: url("slid1.jpg");
 	background-size: 100% auto;
 	background-position: center;
	background-color: #000000;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	color: #ffffff;
	text-align: center;	
}

a {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F2FF00;
}
a:hover {
	text-decoration: underline;
	color: #FF7800;
}
a:active {
    text-decoration: none;
    color: #FFFFFF;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	

	
	}
