* {
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
	}
	
body {background-color: #000000}
table {
	background-color:#EEEEF2;
	padding: 0;
	margin: 0px;
}
.style1 {color: #000066}
.style2 {
	font-size: 36px;
	font-weight: bold;
	font-family: Impact;
	color: #0000FF;
}
.buttons {
	font-family: impact;
	font-size:14px;
	background-image:url(../images/button.png);
	text-align: center;
	}
a:link {
	font-weight: normal;
	color:#000000;
	text-decoration:none;
	}
a:visited {
	font-weight: normal;
	color:#000000;
	text-decoration:none;
	}
a:hover {
	font-weight: normal;
	color:#006600;
	text-decoration:underline;
	}
