a {
	color: #000; text-decoration: none; font-weight: none;
        font-size: 14px;
}

a:hover {
	color: #00A; text-decoration: underline;
        font-size: 14px;
}

a:visited {
	color: #555; font-weight: normal;
        font-size: 14px;
}

body, p, td, span, div, input {
	font-family: verdana; font-size: 12px;
}

.overskrift {
	font-size: 22px;
        font-weight: bolder;
}

.overskrift2 {
        font-size: 18px;
}


.slett {
        font-size: 16px;
        color: red; 
        font-weight: normal;
}

.bunntekst {
        font-size: 12px;
        color: grey; 
        font-weight: normal;
        font: italic;
}

.nyhetoverskrift {
        font-size: 16px;
        font-weight: bold;
}

a:forsidelink {
        color: #000; 
        font-weight: none;
        text-decoration: none;
        font-size: 14px;
}
a:hover.forsidelink {
        color: #000; 
        font-weight: none;
        text-decoration: none;
        font-size: 14px;
}
a:visited.forsidelink {
        color: #000;
        font-weight: none;
        text-decoration: none;
        font-size: 14px;
}


a:overforsidelink {
        color: #000; text-decoration: underline; font-weight: bold;
        font-size: 14px;
}
a:hover.overforsidelink {
        color: #000; text-decoration: underline; font-weight: bold;
        font-size: 14px;
}
a:visited.overforsidelink {
        color: #000; text-decoration: underline; font-weight: bold;
        font-size: 14px;
}

.inputTextsmall{
                width: 50px;
               }