body {
	background: white;
	color: black;
	font-family: "Arial", sans-serif;
}

td { font-size: 14px; line-height: 22px; }

a { color: #888888; text-decoration: none; }
a:hover { color: black; text-decoration: underline; }
a.blue:hover { color: blue; }
a.red:hover { color: red; }
a.green:hover { color: green; }
a.orange:hover { color: orange; }
a.yellow:hover { color: #aaaa00; }
a.purple:hover { color: purple; }

h1 { font-size: 45px; color: #333399; line-height: 50px;}
h2 { font-size: 30px; color: #333399; line-height: 110%;}

.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }
font.note { font-size: small; }

b { color: orange; }
i { color: blue; }

.header {
	padding-bottom: 2%;
	text-align: center;
}

.links {
	padding: 1% 1% 1% 2%;
	font-size: 15px;
	text-align:left;
	vertical-align: top;
	width: 20%;
	color: gray;
}

.links p {
	text-indent: -10px; 
	margin: 10px;
}

.contents {
	padding: 1%;
}

.contents a { color: blue; }

.footer {
	padding: 1%;
	font-size: small;
	text-align: center;
	color: gray;
}

