
h2 {
    color: #0b98e1;
    font-style: italic;
}
h3 {
    font: comic;
    font-style: italic;
    color: #9b0000;
    margin-bottom:0;

}

small {
    font: 10px helvetica,arial,sans-serif;
}
small a {
    text-decoration: none;
}

#top {
    height: 120px;
    width:700px;
    color: white;
    /*border: 1px solid #dea80e;*/
    /*background: url( 'grafikk/gradient/dea80e-c0910a.jpg' );*/
}

#top img {
    float:right;
    margin: 15px;
    border: 1px solid white;
}

#top h1 {
    padding: 15px;
    font-size: 40px;
}

#top h1 span.intro {
    display:block;
    font-size: 14px;
    font-style: italic;
    padding-left: 15px;
}

#menu {
    width: 700px;
    border-collapse: collapse;
}

#menu td {
    text-align:center;
    /*width:140px;*/
    /*padding: 5px;*/
}

#menu td.cur {
    background-color: #c0910a;
}

#menu td.cur a {
    color: white;
}

#menu a {
    color: black;
    text-decoration: none;
    /*margin: 5px 15px;*/
}

#menu a:hover {
    text-decoration: underline;
}
