body {
	color: rgb(0, 0, 0);
	background-color: rgb(5, 5, 5);
	background-image: url(http://www.analoglogic.net/img/favicon.ico);
	background-repeat: repeat;
	background-attachment: fixed;
	direction: ltr;
}
table {
	font-family: Helvetica,Arial,sans-serif;
	background-color: rgb(255, 255, 255);
	width: 800px;
	height: auto;
	text-align: left; 
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	padding: 0px 0px 0px 0px;
	border-spacing: 8px;
}
td {
	vertical-align: top;
}
a:link { color: #000099;
	text-decoration: none;
}
a:visited { color: #990099;
	text-decoration: none;
}
a:hover { color: #000099;
	text-decoration:underline;
}
a:active { color: #990099; 
	text-decoration:underline; 
}
