/* Strengen i en css fil */
/* selector {property: value} */

body
{
background-image:url("../baggrund/side.jpg");
background-repeat: repeat-y;
background-position:Left;
background-attachment:fixed;
}

a 
{ 
text-decoration:none;
}

/* Kaldes med <Font class="H3"> */
Font.H3
{
line-height:18px;
font-size:15px;
font-weight: bold;
font-family:'times new roman';
}

/* Kaldes med <Font class="H4"> */
Font.H4
{
line-height:15px;
font-size:13px;
font-weight: bold;
font-family:'times new roman';
}

