/* Style Sheet for Adonis web site       */
/* Bert Bjarland Oct 18, 2003            */

BODY { color: #08F; background: black; width: 640; margin: 20 0 0 0 }
A:link { color: #08F }
A:active { color: #08F }
A:visited { color: #08F }

SPAN { text-decoration: none } /* funkar inte i länk.. */

H1, H2, H3, H4, H5 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #08F }
H1 { font-size: xx-large }
H2 { font-size: x-large }
H3 { font-size: large }
H4 { font-size: medium }
H5 { font-size: small }

P { font-family: Arial, Helvetica, sans-serif; font-size: medium } 
P.s { font-size: small } 
P.xs { font-size: x-small } 

UL, OL { font-family: Arial, Helvetica, sans-serif; font-size: medium }
UL.s { font-size: small } 
OL.s { font-size: small } 

TD { font-family: Arial, Helvetica, sans-serif; font-size: medium; vertical-align: top }
TD.l { font-size: large } 
TD.s { font-size: small } 
TD.sc { font-size: small; text-align: center } 
TD.sr { font-size: small; text-align: right } 
TD.xs { font-size: x-small } 
