body {
background-color : #ffffff;
background-image : url(bg_who.gif);
background-position : top right;
background-attachment : fixed;
background-repeat : no-repeat;
margin-top : 150px;
margin-bottom : 100px;
margin-left : 150px;
margin-right : 250px;
}

h1 {
font-size : 24px; 
font-weight : 400; 
padding-top : 25px;
}

h2 {
font-size : 20px; 
font-weight : 400;
}

a:link {
color : #999999;
text-decoration : none;
}

a:visited {
color : #999999;
text-decoration : none;
}

a:hover {
color : #666666;
text-decoration : underline overline;
}

a:active {
color : #ffffff;
background-color : #cccccc;
}

ul.bad {
list-style-image : url(bullet_bad.gif);
}

ul.cool {
list-style-image : url(bullet_cool.gif);
}

ul.good {
list-style-image : url(bullet_good.gif);
}

ul.meh {
list-style-image : url(bullet_meh.gif);
}

ul.wtf {
list-style-image : url(bullet_wtf.gif);
}

