body {
	color: #FDF5E6;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;;
}

td {
	color: #FDF5E6;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;;
}

a {
	color: Yellow;
	font-size: 18px;
	text-decoration: none;
}

a:hover {
	color: #FFA500;
	font-size: 18px;
	text-decoration: underline;
}

a:visited {
	color: #FFA500;
	font-size: 16px;
	text-decoration: underline;
}

.text-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FDF5E6;
}

.text-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: Black;
}

.text-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: White;
}

.text-large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: White;
}

.text-highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: Lime;
	color: White;
}

a.link-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #98FB98;
	text-decoration: underline;
}

a.link-small:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Yellow;
}

a.link-small:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #98FB98;
}

a.link-large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: White;
	text-decoration: underline;
}

a.link-large:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: InfoBackground;
}

a.link-large:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: White;
}

.text-title {
	font-family: "Courier New", Courier, monospace;
	font-size: 40px;
	font-weight: bold;
	color: White;
}

h1 {
	font-size: 36px;
	color: White;
}

h2 {
	font-size: 10px;
}

h3 {
	font-size: 10px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 10px;
}

h6 {
	font-size: 9px;
}

