html {   
	color:#E6E6E6;
        font-family: "Lucida Console", Monaco, monospace;
        font-size:18px;
        background:#323442;
}

.content { 
	margin:0 auto;
        width:450px;
        margin-top:20px;
        padding:20px 20px 20px 20px;
        border:1px solid #2B2C38;
    	background: none repeat scroll 0 0 #2B2C38;
    	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
     	position: relative;
}

h1 { font-size:18px; text-align:center; }
h1.title { color:red; }
h2 { font-size:16px; text-align:center; }
p { text-align:center; }
hr { border:#fe4902 solid 1px; }
a:link { color: black; }
a:hover { color: red; }
a:active { color: grey; }
a:visited { color: black; }
