body {background-image: url("../images/background.gif"); font-family: non-serif; font-size=medium}


h1 {font-family: non-serif; font-size: xx-large; color: green; font-weight: bold; text-align: center}
h2 { font-size: large; color: blue; font-family: serif}

a:link {font-family: non-serif; font-size: medium; color: black; text-decoration:underline}
a:visited {font-family: non-serif; font-size: medium; color: black; text-decoration:underline}
a:hover {font-family: non-serif; color: blue; text-decoration:underline; }





ol.disc {list-style-type: disc}
ol.1 {list-style-type: upper-roman}
ol.2 {list-style-type: upper-alpha}
ol.3 {list-style-type: lower-alpha}
ol.4 {list-style-type: lower-roman}
ol.5 {list-style-type: decimal}



.leftcolumn {
position:       absolute;
width:          125px;
top:            0px;
left:           5px;
/* background-color: #00FFFF; */
}

.rightcolumn {
position:       absolute;
top:            0px;
left:           130px;
/* width: 100%; */
}


/* This is a comment */
