/* 
    Document   : manicminer.css
    Created on : 2010-apr-29, 17:12:59
    Author     : johan
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body {

    font-family: 'Courier New',Courier,monospace;
    background-color: black;
    color: white;
    font-weight: bold;
}
img {
    border: none;
}
a {
    color: lime;
}
ul {
    list-style-type: none;
    padding:0;
margin:0;
}
li {
    display: inline;
    padding:10px;
margin:0; 
}

h1 {
    color: aqua;
}
h3 {
    color: fuchsia;
}
.articlelist {
    width: 728px;
    margin-left: auto;
    margin-right: auto;
}
