body {
    width:400px;
    margin:25px auto;
    background:#222 url("/s5/ui/default/grey_back.gif") repeat-x bottom;
    color:#fff;
    font:80% sans, "lucida grande", tahoma, verdana, sans-serif;
}

a {
   color:#FFAE4D;
   text-decoration:none;
   font-weight:bold;
}

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

a:visited {
   color:#FF7A31;
}

h1 {
    font-size:2em;
    font-weight:bold;
    color:#ccc;
}

