h1 {
									color: #99cc99;
									font-family:Verdena,Arial;
									text-decoration:none;
									font-weight: bold;
									font-size: 20px;
								}
								td {
									color: #99cc99;
									font-family: Verdena,Arial;
									text-align: center;
									font-weight: bold;
									font-size: 12px;
									width: 50%;
								}

								body {
									color: #99cc99;
									font-family: Verdena,Arial;
									text-decoration: none;
									font-weight: bold;
									font-size: 12px;
									background-color: #3f285e;
								}
								hr {
									text-align: center;
									height: 6px;
									border: thick groove Green;
									width: 60%;
								}
								img {
									text-align: center;
									border: thick outset Maroon;
								}
								input {
									text-align: center;
									font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
									color: gold;
									background-color: Purple;
									border: outset Teal;
									cursor:pointer;
									cursor: hand;
									width: 150px;
								}

