@charset "utf-8";
/* CSS Document */
body {
	background:#000;
	text-align:center;
}

p {
	
}

.banner {
	font-size:300%;
	color:#000;
	font-family:"Rosewood std", Georgia, "Times New Roman", Times, serif;
	font-weight:bolder;
}

.headline {
	font-size:200%;
	text-align:center;
	color:#F00;
	font-family:"Rosewood std", Georgia, "Times New Roman", Times, serif;
	font-weight:bolder;
}

.menu {
	font-size:100%;
	color:#F00;
	font-family:"Comic Sans MS", cursive;
	font-weight:bolder;
	text-decoration:none;
}

a:link, a:visited {
	text-decoration:none;
	color:#cc0000;
}

.left {
	position:relative;
	float:left;
	text-align:center;
}

.right {
	position:relative;
	float:right;
	text-align:center;
}

