@charset "utf-8";
/* CSS Document */

<!--
body,td,th {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #009;
}
a {
	font-size: 20px;
	color: #066;
	font-weight: bold;
}
a:visited {
	color: #603;
}
a:hover {
	color: #603;
}
a:active {
	color: #960;
}
h1 {
	font-size: 36px;
	color: #069;
}
h2 {
	font-size: 24px;
	color: #366;
}
h3 {
	font-size: 24px;
	color: #633;
}
.border {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #633;
	border-right-color: #960;
	border-bottom-color: #960;
	border-left-color: #633;
	background-color: #FFF;
}
.welcomegreen {
	font-size: 24px;
	color: #066;
}
.welcomered {
	color: #903;
	font-size: 24px;
}
.welcomeblue {
	font-size: 24px;
}
.welcomelight {
	color: #9C0;
	font-size: 24px;
}
-->
