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

body {
	background:#000;
	color:#FFF;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:11px;
	line-height:15px;
	letter-spacing:3px;
}

a:link {
	color:#39F;
	border-bottom:dashed 1px;
	text-decoration:none;
}

a:visited {
	color:#39F;
	border-bottom:dashed 1px;
	text-decoration:none;
}

a:hover{
	color:#39F;
	border-bottom:none;
	text-decoration:none;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width:500px;
	height:auto;
	font-weight:bolder;
	text-align:center
}