@CHARSET "UTF-8";   

body { 
    background-color: #ccc;
    margin-left: 0;
    margin-right: 0;
    height: 100%;
    color: #000000;  
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    
    margin-left: 8px;
}

h1 {
    font-size: 22px;
    font-weight: 100;
    margin-top: 0.2em;
    margin-bottom: 0.3em;
}

img {
    border: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: white;
}

hr {
    border-bottom: thin dotted white;
    border-style: none none dotted;
    border-width: 0 0 thin;
}
