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

body {
    background-color:#000000;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
	
#container {
	width:802px;
	height:100%;
	border: medium solid #450C07;
	text-align:center;
	margin:0 auto;
	}
	
#header {
	width:802px;
	height:100%;
	text-align:center;
	margin:0 auto;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #450C07;
	}
	
#textbox {
	width:802px;
	height:100%;
	text-align:center;
	margin:0 auto;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #450C07;
	border-bottom-color: #450C07;
	}
	
p {
   font-size:15px;
   color:#F2564E;
   margin:10px;
   }
   
h2 {
	font-size:44px;
	font-weight:bold;
}
   
a:link {color: #CC9FB5}     /* unvisited link */
a:visited {color: #ffffff}  /* visited link */
a:hover {color: #D5A9A8}   /* mouse over link */
a:active {color: #0000FF}   /* selected link */