@charset "UTF-8";
@import url("../fonts/Cochin_LT_W02_Roman/stylesheet.css");
@import url("../fonts/Cochin_LT_W02_Roman/stylesheet.css");
body {
    padding: 0px;
    background-color: #594B4C;
    margin-top: 20px;
    font-family: "Cochin LT W02 Roman";
    font-weight: 100;
    text-align: center;
}
#nav {
    width: 100%;
    height: auto;
    padding: 0px;
    margin-top: 30px;
}
#nav a  , a:visited{
    color: #FFFFFF;
    font-size: 26px;
    border-bottom: 1px solid #FFFFFF;
    margin: 0px;
    text-decoration: none;
    padding-bottom: 5px;
}
#nav a:hover   {
    color: #a37273;
    font-size: 26px;
    border-bottom: 1px solid #FFFFFF;
    margin: 0px;
    text-decoration: none;
    padding-bottom: 5px;
}
.h1sm1 {
    font-size: 20px;
}
