.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	color: black;
	font-weight: bold;
	}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: white;
	font-weight: ;
	}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: white;
	font-weight: bold;
	}		
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: white;
	font-weight: bold;
	}			
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: grey;
	font-weight: bold;
	}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: white;
	font-weight: ;
	}
.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: white;
	font-weight: bold;
	}
body {
	background-color: black;
	background-image: url();
	background-repeat: no-repeat;
	}
a:link {
	color: blue;
	}
a:visited {
	color: red;
	}
a:hover {
	color: yellow;
	}
a:active {
	color: pink;
	}