@charset "UTF-8";
/* CSS Document */

body {
 background:#000000;
 }
 
#container {
	margin:0 auto;
	width:950px;
	}
	
#linkbar {
	background-color:#FFFFCC;
	border:Outset #666633 3px;
	width:100px;
	margin:0 auto;
	float:left;
	clear:left;
	}
	
#reviews {
	background-color:#FFFFCC;
	width:800px;
	margin:0 auto;
	padding:5px;
	border:Outset #666633 3px;
	float:right;
	clear:right;
	}	
	
.p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	}
p { font-size:10px;}
h1 {font-size:100px;line-height:30px;}	
		
a:link {
	color:#663300;
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	}
a:visited {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	}

p { font-size:10px;}
h1 {font-size:100px;line-height:30px;}	
