/* overriding HTML */body {	color: black;	font-family: Georgia, Times New Roman, Times, serif;	font-size: 10px;	line-height: 12px;	background-color: #000000;	}a {	color: FFFFFF;	text-decoration: underline;}a:hover {	color: FFFFFF;	text-decoration: line-through;}a:visited {	color: #CCCCCC;}.standard {	font-family: Georgia, Times New Roman, Times, serif;	font-size: 10px;	line-height: 12px;	font-weight:;}.h2 {	font-family: Georgia, Times New Roman, Times, serif;	font-size: 10px;	line-height: 12px;	color: #FF0000;	font-weight: ;}.h1 {	font-family: Georgia, Times New Roman, Times, serif;	font-size: 10px;	line-height: 12px;	font-weight: bold;}strong {	font-size: 11px;	line-height: 13px;}img {	border: none;}input, textarea, select {	color: black;	font-family: Georgia, Times New Roman, Times, serif;	font-size: 10px;}ul, li {	list-style: none;	margin: 0;	padding: 0 0 0px 0;}ul {	padding-bottom: 0px;}li {	padding-bottom: 0px;}#imgs-frame {	float: left;	width: 500px;	height: 375px;	background-color: white;}#controller {	float: left;	padding-left: 0px;	padding-top: 3px;	z-index: 10;}#footer {	position: absolute;	padding: 0px;	bottom: 0px;	font-family: Georgia, Times New Roman, Times, serif;	font-size: 9px;}/* classes */.code {	font-size: 10px;	font-family: Monaco, Courier, Monospace;