* {margin: 0;}

body {
color: #FFFFFF;
background-color: #000000;
}

.wrestle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 775px;
	margin: auto;
	text-align: center;

}
.wam {
	font-size: 80px;
}
.wrestle p {
	margin: 10px;
}


.wrestle h1 {
	font-size: 28px;
}


a:link { color: #FF00FF; }
a:visited { color: #FF66FF; }
a:active { color: #FFFF00; }
a:hover { color: #FFFF00; text-decoration: none; }
