/* CSS til aukion
mørk: #004A6B
lys: #6699CC
mellem: #467FAE
*/


BODY {  font-family: tahoma, serif;
        font-size: 12;
	    margin-left: 0em; 
        margin-right: 0em;
	    margin-top: 3em; 
        margin-bottom: 3em;
     }
	 
TABLE {   font-family: tahoma, serif;
          font-size: 12;
	  }
/*
P {margin-top: 0.5em; margin-bottom: 0.5em;}  
*/

A:link {  color: #000000;
          text-decoration: none;
       }

A:visited {  color: #000000;
             text-decoration: none;
          }
 
A:hover {  color: #999999;
           text-decoration: underline;
        }

A:active {  color: #000000;
            text-decoration: none;
         }
/*
.inputbutton
{
border : 1px solid #F5F5F5;
color : white;
background: #3C5883;
font-family : Arial, Serif;
font-size : 12px;
}
.inputselect
{
font-family : Arial, Serif;
font-size : 12px;
}

/*Headings 1 and 2
h1 {font-family: Verdana; font-size: 180%; color: #5a0c0c; margin-top: 0.5em; margin-bottom: 0.5em;}
h2 {font-family: Verdana; font-size: 135%; color: #5a0c0c; margin-top: 0.25em; margin-bottom: 0.25em;}
*/

/*Div is used for artikles*/
div {font-family: tahoma, serif;
        font-size: 11;
		font-style: italic;}


/* Links 
a {font-family: Garamond; text-decoration: none; color: #993300;}
a:hover {color: #9c9898; text-decoration: underline;}
a:visited {color: #9c9898;}
*/

