/* CSS för sidan */
body {color:darkred; font-family: monospace, courier; font-size: 14pt; line-height:120%;}
table {font-size: 14pt;}
a:link {color:darkred; text-decoration: none}
a:visited {color: grey; text-decoration: none}
a:active {color:darkred; text-decoration: none}
a:hover {text-decoration: underline}
img {border-color:black;}
a.special {color:darkred;}
a.special:visited {color:darkred;}
a.outlink {color: grey; font-style: italic;}
a.greenlink{color:darkgreen;}
a.greenlink:hover {color: darkred;}
a.greenlink:visited {color:darkgreen;}

/* CSS för Feed2JS */
/* begin styles for RSS Feed This is the most basic style to use for a list with no bullets */

.rss-items {
list-style:none;
margin:0;
padding:0;
font-size: 11pt;
}
