body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
body {
	background-color: #E6E6E6;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.code {
	text-align: left;
	vertical-align: top;
	color: #FF0000;
	background-color: #FFFFCC;
	margin: 5px;
	overflow: auto;
	width: 400px;
	height: 100px;
}
a:link {
	font-size: 12px;
	font-weight: bold;
	color: #777777;
	text-decoration: none;
	letter-spacing: 1px;
}
a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #777777;
	text-decoration: none;
	letter-spacing: 1px;
}
a:hover {
	color: #990000;
}