@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: small;
	color: #333333;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #006666;
	text-decoration: none;
}
a:hover {
	color: #003366;
	background-color: #ffa;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

h1 {
	color: #003366;
	font-size: x-large;
	margin-top: 20px;
}

h1.top {
	margin-top: 0px;
}

h2 {
	color: #003366;
	font-size: large;
	margin-top: 15px;
}

table {
	background-color: #eee;
	border-spacing: 0px;
	border: 1px solid #CACACA; // #990000
	border-collapse: collapse;
}

.code {
	font-family: "Courier New", Courier, monospace;
	color: #000000;
}
