#BODY {
#   color : black ;
#   background-color : white ;
#}

A:link {
   color : red ; 
}

A:visited {
   color : blue ;
}

P.big {
   font-size : 120%;
}

IC {
   font-size : 125%;
}

body {
   #background: white url(/~aasmundo/grafikk/Karoline_sept2000-light.jpg) 0 0 no-repeat fixed;
   background: #DDD;
   color : #454;
}

div#content {
   #background: #468 url(/~aasmundo/grafikk/Karoline_sept2000-blue.jpg) 0 0 no-repeat fixed;
   background: #468;
   color : #ABA;
}

div#links a {
   #background: transparent url(/~aasmundo/grafikk/Karoline_sept2000-dark.jpg) 0 0 no-repeat fixed;
   background: #222;
}

div#links a:hover {
   #background: transparent url(/~aasmundo/grafikk/Karoline_sept2000-blue.jpg) 0 0 no-repeat fixed;
   background: #114;
   color : #ABA;
}

div#links a {
   display: block; 
   text-align: center; 
   font: bold sans-serif; 
   padding: 2px 4px; 
   margin: 0 0 1px; 
   border-width: 0; 
   text-decoration: none; 
   color: #FFC;}

#div#links a:hover {color: #ABA;}

div#links {
   position: absolute; 
   top: 52px; 
   left: 20px; 
   width: 160px; 
   height: 700px; 
   font: 16px Verdana, sans-serif; }
#code, 
pre {color: #003; font: 90% monospace;}


div#bottomtag {
   position: fixed;
   bottom:   10px;
   left:     20px;
   width:   160px;
   font: Verdana;
   font-size: 80%;
   color: #035;
}



