body {
    font-family: sans-serif;
    margin-top:40px;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:20px;
}

#red {
    color:#c33;
}

.head {
    text-align:center;
}

img {
    vertical-align:text-bottom;
}

.title {
    text-align:center;
}

.sub {
    border-top:silver double;
    border-bottom:silver double;
    font-size:large;
    text-align:center;
    margin:40px;
    padding:10px 0px;
}

.body {
    text-align:left;
    margin:20px;
}

.nav {
    text-align:center;
    padding:20px;
}

a {
    text-decoration:none;
    font-variant:small-caps;
}

.here  {
   font-variant : small-caps;
   background : #ffc;
   color : inherit
}

a:link {
   background: #fff;
   color: #000;
}

a:visited {
   background: #fff;
   color: gray;
}

a:hover {
    background: #ffc;
    color: red;
}    

a:active {
   background: #ffc;
   color: red;
}
