.style {  
    color: #000000; 
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px
	}
	
.style2 {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
    }
	
.style3 {
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
}
.style4 {  
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-decoration: none;
    color:#000000;
	 }
	 
.style5 {  
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #000000;
	}
	
.style6 {  
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 36px;
	}
	
.background {
	background-attachment: fixed;
	background-image:  url(images/index.jpg);
	background-repeat: no-repeat;
	background-position: center center;
    }
