@import url("modules.css");
@import url("layout.css");
@import url("subnavigation.css");
@import url("navigation.css");

* {
    padding: 0;
    margin: 0;
}

body{
    background: url("images/background.jpg") repeat-x top #234760;
    font-family: Arial, Verdana;
    color: #333333;
}

h1{
    font-weight: bold;
    font-size: 1.3em;
    color: #173c56;
    padding: 10px 0;
}

h2{
    font-weight: bold;
    font-size: 1.3em;
    color: #173c56;
    padding: 10px 0;
}

h3{
    font-weight: bold;
    font-size: 1.3em;
    color: #173c56;
    padding: 10px 0;
}

a{
    color: #173c56;
}