/* Neutralize styling:    Elements we want to clean out entirely: */html, body, form, fieldset {	margin: 0;	padding: 0;	font: 100.01%/120% Verdana, Arial, Helvetica, sans-serif;}/* Neutralize styling:    Elements with a vertical margin: */h1, h2, h3, h4, h5, h6, p, pre,blockquote, ul, ol, dl, address {	margin: 1em 0;	padding: 0;}/* Apply left margin:   Only to the few elements that need it: */li, dd, blockquote {	margin-left: 1em;}/* Miscellaneous conveniences: */img {	border: 0;}/* Page setup */body {	text-align: center;	background-color: #CCCCCC;}#container {	margin-right: auto;	margin-left: auto;	width: 670px;	border: 2px solid #999999;	background-image: url(../im/pop_back.jpg);	text-align: center;}/* Content */#content {	width: 650px;	margin-right: auto;	margin-left: auto;	border-top: 2px solid #CCCCCC;	border-right: 2px solid #CCCCCC;	text-align: left;	font-size: 80%;}#content td {	vertical-align: middle;	border-bottom: 2px solid #CCCCCC;	border-left: 2px solid #CCCCCC;	padding: 5px 5px;}#content a {	color: #990000;}#content a:hover {	color: #FFFFFF;}#content a:active {	color: #FF0000;}#frm {	width: 635px;}#footer {	font-size: 80%;}#java {	font-size: 75%;}.center {	text-align: center;}.small {	font-size: 75%;}
