/*Importerar stilmallen som formaterar delar av sidan css_4.html */
@import url(common.css);

/* Formatering av sidan */
body {
color: white;
background: white;
font-family: Helvetica, Verdana, Arial, sans-serif;
margin: 1%;
padding: 0;
font-size: 0.8em;
}


/* formatering av menyn och meny-länkarna*/
#meny ol {
background: #ffffff;
color: #000000;
}
#meny ul {
list-style-type: none;
}

a:link {color: #696969; background: #ffffff; text-decoration: none}     /* unvisited link */
a:visited {color: #696969; background: #ffffff; text-decoration: none}  /* visited link */
a:hover {letter-spacing: 2px; color: #000000; background: #ffffff;}   /* mouse over link */
<style type="text/css">



