h1 {
	font-family: "cursive", "script";
	font-size: xx-large;
	font-weight: bold;
	color: #663300;
}
h2 {
	font-family: "cursive", "script";
	font-size: x-large;
	font-weight: bold;
	color: #663300;
}
link {
	font-family: "Baskerville Old Face", "Times New Roman";
	font-size: medium;
	color: #336600;
	text-decoration: none;
}
table {
	background-repeat: no-repeat;
	background-position: right;
}
a:link {
	font-family: "Baskerville Old Face", "Times New Roman";
	font-size: medium;
	color:#336600;
	text-decoration: none;
}
a:hover {
	font-family: "Baskerville Old Face", "Times New Roman";
	font-size: medium;
	color:#669900;
	text-decoration: underline;
}

a:visit {
	font-family: "Baskerville Old Face", "Times New Roman";
	font-size: medium;
	color:#999999;
	text-decoration: none;
}
img {
	background-repeat: no-repeat;
	border: 0;
}
.para_left {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	text-align: left;
}
.left_align {
	text-align: left;
}
.align_left {
	text-align: left;
}
.valign_image {
	vertical-align: top;
}
