/********************************************************************************
 * defaults.css                                                                 *
 * Generically Set all main elements.  These are likely to be overwritten later.*
 * This will provide a generic place to edit them.                              *
 *                                                                              *
 * author: Robert Bronsdon                                                      *
 ********************************************************************************/
 
body {
    margin: 0px;
    padding: 0px; 
    background:url(../images/background.png) repeat scroll 0%;
    font-family:Arial;
    font-size:12px;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

h1 {
    margin:15px 0px 15px 0px;
    padding:0px;
    font-size:30px;
    font-weight:bold;
}

h2 {
    padding:2px 0px 1px 0px;
    margin:0px;
    font-size:18px;
    padding-left:10px;
    font-weight:normal;
}
