
 

/* the order should alwasy be: link, visited, hover, active
else it won't work right - others go after that! */
A:link { text-decoration : none; color= #800000 }
A:visited { text-decoration : none; color: #800000 }
A:hover { color: green }
A:active { color: red }

body { font-family: arial, sans-serif; }

.leftcolumn {
position:       absolute;
top:            250px;
left:           0px;
margin: 2px;
padding: 20px;
padding-left: 10px;
padding-right: 10px;
// line-height: 15px;
background-color: #FFFFFF;

}

.rightcolumn {
position:       absolute;
top:            250px;
left:           140px;
margin: 5px;
padding: 20px;
border-left: 5px solid #000080;
background-color: #FFFFFF;

}
