a:link {color: #000000; /* All unvisited links will be colored black */ }
a:visited {color: #FF9900; /* All visited links will be colored tan */ }
a:active {color: #FF0000; /* All active links will be colored red */}
a:hover {color: #0000FF; background: #FFFF00;}
/* When the mouse pointer is over the link the link will be colored blue
and the background color of the link will change to yellow */
/* All id selectors are defined with 
a pound symbol (#) before their name */
#red_text { color: #FF0000 }
#blue_text { color: #0000FF }
#bold_text { font-weight: bold }
#liten {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; font-style: normal; line-height: normal; font-weight: normal}
#mktliten { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; font-style: normal; line-height: normal ; font-weight: normal}
#lagom { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: medium; font-style: normal; line-height: normal; font-weight: normal }

