/* This is a comment */
/* Måten å kommentere i CSS */
/* Hovedscipt i ny XHTML oktober 2008 */

/* Sette fonten i vanlige avsnitt */

body {
 background-color:  #0000ff;
 color: black; } 

p  { 
color: #000000;
 font-size: large; 
font-family: verdana; 
 border: 1px #555555; 
 padding: 4px;}     
 
A.anchor {
	COLOR: #000000
}
A:visited {
	COLOR: #333399
}
A:hover {
	COLOR: #ff6600
}


/* For å sette tekst i avsnitt til venstre */
p.left {text-align: left}


/* For å sette tekst i avsnitt til høyre */
p.center {text-align: center}


/* For å sette tekst i avsnitt til høyre */
p.right {text-align: right}


p:first-letter 
{
color: #800000;
font-size:xx-large;
font-weight: bold;

}


/* img For å definere bildene */

img {       
border-color: #252525;
border-style: solid;
border-top-color: #ffce00;
border-left-color: #ffce00;
border-bottom-color: #BFBFC5;
border-right-color: #BFBFC5;  
 
border-width: 4px;   
}

.toptable { 
color: #ffce00; 
border: 0; 
border-color: #000000; 
background-color: #0000ff; 
width: 98%;
border-color: #005; }


/* toptd for å overskrift tabell */
.toptd   {
background-color: #ffce00;
}


.ptoptd {
text-align : center; 
font-size : xx-large; 
font-weight : bold; 
background-color : #ffce00; }

/* normtd for å definere 22% celle i tabell */
.normtd   {
  width: 22%;
background-color: #ffff99 }

/* normtd44 for å definere 442% celle i tabell */
.normtd44   {
 width: 44%;
background-color: #ffff99 }

/* bottomtd for å bunn av tabell */
.bottomtd   {
text-align: center; 
background-color: #ffce00;
}

/* uordlist for liste med firkant*/
.uordlist  {
list-style-type: square;
color: #000000;
font-size: large; 
font-family: verdana; 
 }

 /* uordlistto for liste med sirkel*/
.uordlistto  {
list-style-type: circle;
color: #000000;
font-size: large; 
font-family: verdana; 

  }

.pliten
 {
color: #000000;
font-size: small; 
font-family: verdana; 

  }
