FONT{ font-weight:normal; }
A{color: #2f5a25; text-decoration:none;
	font: normal small verdana,sans-serif;
}
A:Visited{color: #800000; font-family:verdana,sans-serif; font-size:small; font-weight:normal; text-decoration:none; }
A:Hover{color: red;
	font: normal normal small verdana,sans-serif;
	text-decoration: underline;
	list-style-image: url(http://www.patchcamp.com/images/0136_fat_arrow.png);
}


li {
	text-align: left;
	list-style-position: outside;
	font: small Verdana, sans-serif;
	list-style-image: url(http://www.patchcamp.com/images/0034_up_not_down.png);
	opacity: 1;
}

/* Page Up icon */
#back-to-top
        {
        width:27px;
        height:27px;
        display:block;
        position:fixed;
        bottom:50%;
        right:0;
        background:url(../images/page-up.png) no-repeat 0 0;
        outline:0 none;
        }
#back-to-top span
        {
        display:none;
        }

H2 {
	color: white;
	font: bold medium Verdana, sans-serif;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
