@charset iso-8859-1
<HTML>
<HEAD>

<TITLE>This is a Style Sheet</TITLE>

<STYLE>

BODY { color : #000000;
font-size : 12pt;
font-family : Arial}

blockquote { color : #000000;
font-weight: medium;
font-style : normal;
font-size : 12pt;
font-family :Arial}

p { color : #000000;
font-weight: medium;
font-style : normal;
font-size : 12pt;
font-family :Comic Sans MS}

li { color : #000000;
font-weight: medium;
font-style : normal;
font-size : 10pt;
font-family :Comic Sans MS}

td { color : #0000FF;
font-weight: medium;
font-style : normal;
font-size : 10pt;
font-family :Comic Sans MS}

dl { color : #000000;
font-weight: medium;
font-style : normal;
font-size : 12pt;
font-family :Arial}

dt { color : #000000;
font-weight: medium;
font-style : normal;
font-size : 12pt;
font-family :Arial}

dt { color : #000000;
font-weight: medium;
font-style : normal;
font-size : 12pt;
font-family :Arial}

H1 { color : #FF00000; <!-- Röd -->
font-weight: bold;
font-style : italic;
font-size : 20pt;
font-family : Arial}

H2 { color : #0000FF; <!-- Blå -->
font-weight: medium;
font-style : normal;
font-size : 16pt;
font-family : Arial}

H3 { color : #0000FF; <!-- Blå -->
font-weight: medium;
font-style : normal;
font-size : 14pt;
font-family : Arial}

A:link { color : blue; 
font-weight: normal;
font-decoration: underline}

A:visited { color : #violet; <!-- #800080 --> 
font-weight: normal;
font-decoration: underline}

A:active { color : red;
font-weight: normal;
font-decoration: underline}
</STYLE>
</HEAD>
</HTML>



