/* Strengen i en css fil */
/* selector {property: value} */

body
{
background-image:url("../baggrund/plet.jpg");
background-attachment:fixed
}

h1
{
line-height:44px;
font-size:36px;
font-family:'times new roman';
color:000000
}

h2
{
line-height:33px;
font-size:28px;
font-family:'times new roman';
color:000000
}

h3
{
line-height:22px;
font-size:20px;
font-family:'times new roman';
color:000000
}

h4
{
line-height:20px;
font-size:18px;
font-family:'times new roman';
color:FFFFFF
}

h5
{
line-height:15px;
font-size:13px;
font-family:'times new roman';
color:000000
}

h6
{
line-height:12px;
font-size:12px;
font-family:'times new roman';
}

a:link 
{
line-height:17px;
font-size:14px;  
color: 60FF21; 
font-family:'times new roman'
}

a:visited 
{
line-height:17px;
font-size:14px; 
color: 60FF21; 
font-family:'times new roman'
}

a:hover 
{
line-height:17px;
font-size:14px; 
color: FFF222; 
font-family:'times new roman'
}

p.margin 
{
margin: 0.3cm 0.3cm 0.3cm 0.3cm
}


/* Til punktopstilling med decimal tal kaldes med <ol class="decimal">... og så efterfølgende punkter */
ol.decimal 
{
list-style-type: decimal
}
