* { margin:0; padding:0; }

body {
background:#200000;
font-family:Arial,Helvetica,sans-serif;
font-size:0.8em;
}

a {
color:#ffffff;
}

#w {
width:750px;
margin:30px auto 15px;
}

h1, h2 {
text-align:center;
color:#ffffff;
margin:3px;
}

h1 a {
color:#f6c7d9; 
text-decoration:none;
font-size:2em;
}

h2 a {
text-decoration:none;
}

h1 a:hover, h2 a:hover {
text-decoration:underline;
}

.article {
background:#ffffff;
padding:10px;
margin:15px 0;
}

.article p {
margin:5px 0;
}

.article p a {
color:#2b2b2b;
}

.article h3 a {
color:#2b2b2b;
text-decoration:none;
}

.article h3 a:hover {
text-decoration:underline;
}