a:link     { text-decoration:underline; color:black }
a:visited  { text-decoration:underline; color:black }
a:hover    { text-decoration:underline; color:black }
a:active   { text-decoration:underline; color:black }

a.light:link     { text-decoration:none; color:white }
a.light:visited  { text-decoration:none; color:white }
a.light:hover    { text-decoration:underline; color:white }
a.light:active   { text-decoration:none; color:white }

/* p.articlename { font-style:bold } */

/* body.left { background: url(/images/blue_rock.gif) white } */
/* body.top  { background: url(/images/blue_rock.gif) white } */
body.top  { background: #ff9000 }
body.left { 
 background: orange;
 color: #ffffff;
}
body      { 
 background: white;
 font-family: Verdana,'Times New Roman'; 
}

h2 {
 background: url(/images/header.jpg);
}


#footer {
	position: absolute ;
	bottom: 5 ;
}

