html,body {
    height:100%;
    margin:0px;
    padding:0px;
    background-color:#a3521a;
    background-image:url('gui/bgr2.jpeg');
    background-position : top;
    background-repeat : repeat-y;
    font-family : Trebuchet MS, Arial, sans-serif;
    font-size : 12px;
    color:#ffffff;
  }

.menu {
    color : #f9ebdc;
    display:block;
    background-image:url('gui/img_menu.gif');
    background-position : center left;
    background-repeat : no-repeat;
    padding:6px;
    padding-left:32px;
    text-decoration: none;
}

.menu:hover {
    color:#ffffff;
}

.submenu {
    color : #f9ebdc;
    margin-top:4px;
    display:block;
    padding:4px;
    padding-left:32px;
    text-decoration: none;
    border-top: 1px dashed #ffffff;
    text-decoration: none;
}

.submenu:hover {
    color:#ffffff;
}

h1 {
    font-size:24px;
    font-weight:normal;
    color:#ffffff;
}

h2 {
    font-size:16px;
    font-weight:normal;
    color:#ffffff;
}


p {
    text-align : justify;
  }


.link {
    color:#ffffff;
    text-decoration: none;
    border-bottom: 1px dashed #ffffff;
}

.text a {
    color : #f9ebdc;
    text-decoration: none;
    border-bottom: 1px dashed #ffffff;
}

.text a:hover {
    color : #ffffff;
    text-decoration: none;
    border-bottom: 1px dashed #ffffff;
}


.text img {
    text-decoration: none;
    border: 0px none #ffffff;
}


.text {
  text-align: justify;
}

