@charset "utf-8";
/* CSS Document */

body{
	background-color:#000000;
	text-align:center;
	vertical-align:middle;
	font-family:"Comic Sans MS";
	font-size:36px;
	color: #FF0000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

.links{
	font-family: "Comic Sans MS";
	font-size: 36px;
	color: #FF0000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	}
