body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
}
.header {
	font-size: x-large;
	font-weight: bold;
}
.contents {font-size: medium}
.contentsBold {font-size: medium; font-weight:bold}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
table {
	padding: 10px;
}
.smallText {font-size: x-small}
.borderImage { 
	border: 1px solid #000000; 
}