body {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	margin: 10px 5px 10px 5px;    
	padding: 0px 0px 0px 0px;
	background: #eceff8;
	color: #000000;
	text-align: center;
}

img {
	border: 1px solid #000000;
}

.hidden {
    position: absolute;
    visibility: hidden;
    left: -2000px;
}


a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #FF0000;
    text-decoration: none;
}


pre {
    font-family: Courier, Sans-Serif;
}

ul {
    list-style-type: square;
    line-height:19px;
} 

.content {
    margin: 0px auto;
    font-size: 14px;
    text-align: center;
}


.visited {
    margin: 0px auto;
    font-size: 12px;
    text-align: right;
    text-decoration: none;
    font-style:italic;
}