
/* CSS Document */
	
	* {
		margin:0;
		padding:0
	}
	
	body { 
		width:600px;
		background-color:#336;
		margin:10px auto;
		text-align:center;
		font:8pt verdana, arial, chicago, sans-serif;
		color:#669;
		line-height:17px
	}
	
	#header {width:600px; height:160px}
	
	#navigation {width:600px; height:30px; background-color:#000; color:#fff; font-weight:bold}
	#navigation ul {margin-left:0}
	#navigation li {list-style:none; float:left; padding:8px 18px}
	
	h1 {font-family:tahoma; font-size:14pt; font-weight:bold}
	
	ul {list-style:square; margin-left:50px}

	li {list-style:square}

	#reg {margin:10px 20px}

	a:link, a:visited {color:#f00; text-decoration:underline}
	a:hover, a:active   {color:#66c; text-decoration:underline}
	
	a.menu:link, a.menu:visited {color:#fff; text-decoration:none}
	a.menu:hover, a.menu:active {color:#66c; text-decoration:underline}
	
	a.guest:link, a.guest:visited {color:#fff; text-decoration:underline}
	a.guest:hover, a.guest:active {color:#fcb205; text-decoration:underline}