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