body {
background: #000;
font-family: Arial;
color: #fff;
padding:0;
margin:0;
	}
	
#content {
width:500px;
margin:0px auto;
text-align:left;
padding:15px;
border:1px dashed #333;
background-color:#000;
}

#important {
background: #ccc;
color: #000;
font-weight: bold;
padding: 10px;
}

p {
font-size: 16px;
}

li {
text-align:left;
}

h1 {
font-size: 30px;
color: #FFFFFF;
letter-spacing: 8pt;
text-align:center;
font-weight: lighter;
}


h2 {

font-size: 24px;
color: #FFFFFF;
letter-spacing: 8pt;
text-align:center;
font-weight: lighter;
}

h3 {

font-size: 16px;
color: #FFFFFF;
letter-spacing: 8pt;
text-align:center;
font-weight: lighter;
}

a {
color: #FFF;
}

a:hover {
text-decoration: none;
}

#topbar {
width:100%;
background:#111;
border-bottom: 1px #222 solid;
}



