/*Importerar stilmallen som formaterar delar av sidan css_4.html */
@import url(common.css);

/* Formatering av sidan */
body {
color: white;
background: white;
font-family: Verdana, Arial, sans-serif;
color: #000000
margin: 1%;
padding: 0;
size:0.875em;
}


a:link {color: #8b7b3c; text-decoration: none}     /* unvisited link */
a:visited {color: #8b7b3c; text-decoration: none}  /* visited link */
a:hover {color: #000000;}   /* mouse over link */
<style type="text/css">




