		.style1 {
			Font-family: Arial, Helvetica, sans-serif;
			font-size: 25px;
			color: white;
			font-weight:bold;
		}
		.style2 {
			font-family: Arial, Helvetica, sans-serif;
			color: white;
			font-size: 35px;	
		}
		.style3{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			color: #0033CC;
		}
		.style4 {
			font-family: Arial, Helvetica, sans-serif;
			color: white;
			font-size: 16px;
			font-weight:bold;
		}
		a:link {
			color: #00FFFF;
		}
		a:visited {
			color: #00FFFF;
		}
		a:hover {
			color: yellow;
		}
		a:active {
			color: #FF66FF;
		}
	
		body{
			background-color: #121212;
			background-repeat:no-repeat;
			}
		
	