a { text-decoration: underline}
a:active { }
a:hover { color: red; text-decoration: underline }
a:link { color: #0031ce; text-decoration: underline}
a:visited { color: #0031ce; text-decoration: none }
body {
	background-color: white;
	margin-right: 2%;
	margin-left: 2%;
	padding-right: 2%;
	padding-left: 2%;
	text-align: center;
}.textlink {  color: #FFFFCC; text-decoration: underline; cursor: hand}
table.frame { border: thin dotted #FF6633;}
#info {
	width: 642px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.textColorRed {
	color: #FF0000;
}
