

body {
	color: #004040;
	background: url(marblebgr.jpg) #E6E6E6; 
}

h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif; 
}

h1 {
	font-family: Times, serif;
	text-align: center;
	font-weight: bold 
}

h4 {
	font-size: small
}

img {
	border: 0 
}

ul {
	list-style: url(listmark.gif) disc
}

ol.lowerroman {
/*	list-style: lower-roman; */
	margin-left: 8em;
}

ol.lowerroman li:before {
        display: marker;
        marker-offset: 3em;
        content: counter(mycounter, lower-roman) ".";
        counter-increment: mycounter;
}   

a:visited {
	color: #800080;
	text-decoration: none;
/*	text-decoration: underline */
}
a:link {
	color: #FF0000;
	text-decoration: none;
/*	text-decoration: underline */
}
a:active {
	color: #C00040;
}
a:hover {
	text-decoration: underline;
}

td.vbar {
	background: url(slide.jpg) #004040 
}
td.hbar {
/*	background: url(hslide.jpg) #004040 */
}


