/*
 This style sheet is created by Øystein Godøy, 18/06/2000.
 */

:hover {
    background: #0000cc;
    color: #ffffff;
    font-weight: bold;
}

:link {
    font-family: Arial, Helvetica;
    font-style: bold;
    color: #65ff65;
    text-decoration: none;
}
:visited {
    font-family: Arial, Helvetica;
    font-style: bold;
    color: #65ff65;
    text-decoration: none;
}
.center {
    float: center;
    text-align: center;
}
.warn {
    font-weight: bold;
    color: #66ff00;
}
.msg {
    color: #66ff00;
    font-weight: bold;
    font-size: 10pt;
    font-family: Britannic Bold;
    text-transform: uppercase;
}
.fw {
    width: 100%;
}
body {
    background: #000033;
    background-image: url(http://www.kalleklev.no/images/bg2.jpg);
    color: #ffffff;
    font-family: helvetica;
}
h1,h2,h3,h4,h5 {
    font-family: Century Gothic,itc avant garde gothic,helvetica;
    font-weight: bold;
    color: #ffffff;
}
/*
h1 {
    font-size: 40pt;
}
h2 {
    font-size: 16pt;
}
h3 {
    font-size: 14pt;
}
h4 {
    font-size: 12pt;
}
h5 {
    font-size: 10pt;
}
*/
p {
    font-family: arial,helvetica;
    color: #ffffff;
}
pre {
    font-family: International,Courier;
    color: #ffffff;
}
span.dummy {
    border: none;
}
span.epost {
    background: #ffffff;
    border: none;
}
div.tmpl {
    width: 100%;
    padding: 0pt;
    /*
    float: center;
    background: #ff0000;
    border: solid;
    */
}
div.frm {
    width: 100%;
    border: solid;
}
caption {
    color: #ffffff;
}
th {
    color: #ffffff;
}
td {
    vertical-align: top; 
    /*
    background: #000033;
    */
    color: #ffffff;
}
td.mnu {
    background: #000000;
    color: #cccccc;
    font-weight: bold;
    font-family: Arial, Helvetica;
}
td.bg {
    /*
    background: #4a766e;
    background: #000033;
    */
    color: #ffffff;
    font-weight: bold;
    font-family: Arial, Helvetica;
    border: none;
}
td.line {
    background-image: url(line.gif);
}
img.logo {
    float: left;
    border: none;
}
img.indexright {
    float: right;
    width: 150px;
}
img.right {
    float: right;
    /*
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    */
}
ul {
    font-family: helvetica;
}

