/* Link appearance */
A:link, A:visited { text-decoration: none }
A:active, A:hover { text-decoration: underline }
A:hover { color: #00bb00 }

.caption { 
	font-family:Arial, sans-serif;
	font-size:8pt;
	font-weight: bold}

A.caption:link, A.caption:visited { 
	font-family:Arial, sans-serif;
	font-size:8pt;
	text-decoration: bold;
	color: #008000 }
	
A.caption:hover { color: #00bb00 }

.top {
    margin-top: 0;
}

.back {
    font-size: 18px;
	font-weight: bold;
	text-align: center;
}

