/*  kommentar  */
a:link { text-decoration: none; color: white }
a:hover { text-decoration: none; color: white; background-color: black }
a:active { text-decoration: none; color: black }
a:visited { text-decoration: none; color: white }

H1 {font-size: x-large; font-weight: bold}
H2 {font-size: large; font-weight: bold}
H3 {font-size: normal; font-weight: bold; text-decoration: underline}
H4 {font-size: normal; font-weight: bold}

BODY,TD,TH {font-family: arial, helvetica, sans-serif; color: silver}

.IMG_left_float {margin-left: 5px; margin-right: 5px; margin-top: 5px; margin-bottom: 5px; float:left}
/*
For att anropa:
<IMG SRC="../01-graphic/logo.jpg" WIDTH=300 CLASS="IMG_left_float">
*/

.email {color: silver; background-color: transparent}

<!--
/*BODY {background-color: black}*/

.FONT_black_bold {color: black; font-weight: bold}
-->
