/*Body med skrift*/
body {
background-color: #000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 90%;
color:#FFFFFF;
}

/*Skriftklasser*/
p {
color: #FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 90%;
}

h1 {
color: #FFFFFF;
font-family:"Times New Roman", Times, serif;
font-weight:bold;
font-size:200%;
text-transform: uppercase;
}

h2 {
color: #FFFFFF;
font-family:"Times New Roman", Times, serif;
font-weight:bold;
font-size:150%;
text-transform:uppercase;
}

h3 {
color: #FFFFFF;
font-family:"Times New Roman", Times, serif;
font-weight:bold;
font-size:125%;
text-transform:uppercase;
}

h4 {
color: #FFFFFF;
font-family:"Times New Roman", Times, serif;
font-weight:bold;
font-size:100%;
text-transform:uppercase;
}

h5 {
color: #FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:90%;
}

.p {
color: #FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:90%;
}

.p1 {
color: #FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 85%;
}

.p2 {
color: #FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 75%;
}
.sortp {
color: #000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:90%;
}

.cright {
color: #FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:60%;
}

.cright1 {
color: #FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:55%;
}

.direkte {
color: #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	font-size:150%;
	font-style: italic;
	font-weight: bold;
}

.h1 {
color: #FFFFFF;
font-family:"Times New Roman", Times, serif;
font-weight:bold;
font-size:200%;
text-transform: uppercase;
}

.h2 {
color: #FFFFFF;
font-family:"Times New Roman", Times, serif;
font-weight:bold;
font-size:150%;
text-transform:uppercase;
}

.h3 {
color: #FFFFFF;
font-family:"Times New Roman", Times, serif;
font-weight:bold;
font-size:125%;
text-transform:uppercase;
}

.h4 {
color: #FFFFFF;
font-family:"Times New Roman", Times, serif;
font-weight:bold;
font-size:100%;
text-transform:uppercase;
}

.h5 {
color: #FFFFFF;
font-family:"Times New Roman", Times, serif;
font-size:100%;
}

/*Normale links*/
a:link {
color: #33CCFF;
font-size:100%;
}
a:visited {
color: #CCCCFF;
font-size:100%;
}
a:hover {
color: #FF9900;
font-size:100%;
}
a:active {
color: #FF0000;
font-size:100%;
}

/*Store links*/
.storlink a:link {
color: #33CCFF;
font-size:100%;
}
.storlink a:visited {
color: #CCCCFF;
font-size:100%;
}
.storlink a:hover {
color: #FF9900;
font-size:100%;
}
.storlink a:active {
color: #FF0000;
font-size:100%;
}

/*Links på lys baggrund*/
.kvitt a:link {
color: #0000FF;
font-size:90%;
}
.kvitt a:visited {
color: #990099;
font-size:90%;
}
.kvitt a:hover {
color: #FF0000;
font-size:90%;
}
.kvitt a:active {
color: #FF0000;
font-size:90%;
}

/*Klasse til menuen*/
.navlink a:link {
font-family: "Times New Roman", Times, serif;
font-size : 95%;
font-weight : bold;
color: #FFFFFF;
text-decoration : none;
text-transform:uppercase;
border : 1px outset gray;
display: inline-block; 
width: 100%;
}

.navlink a:visited {
font-family: "Times New Roman", Times, serif;
font-size : 95%;
font-weight : bold;
color: #FFFFFF;
text-decoration : none;
text-transform:uppercase;
border : 1px outset gray;
display: inline-block; 
width: 100%;
}

.navlink a:hover {
font-family: "Times New Roman", Times, serif;
font-size : 95%;
font-weight : bold;
color: #000000;
text-decoration : none;
text-transform:uppercase;
border : 1px inset black;
display: inline-block;
background-color : #FFFFFF; width: 100%;
}