body {
	color: #000000;
	background-color: #CC3333;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

td {
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
}

.font-small {
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
}

.font-normal {
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
}

.font-normal-bold {
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
}

.font-normal-highlight {
	color: #FFFFFF;
	background-color: Black;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
}

.font-large {
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
}

.font-large2 {
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 36px;
	font-weight: bold;
}

a {
	font-family: "Courier New", Courier, monospace;
	color: Yellow;
	font-weight: bold;
	font-size: 20px;
	text-decoration: underline;
}

a:hover {
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	text-decoration: underline;
}

a.link-small {
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-decoration: none;
}

a.link-small:hover {
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-decoration: none;
}

a.link-normal {
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

a.link-normal:hover {
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

a.link-gallery {
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	text-decoration: none;
}

a.link-gallery:hover {
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	text-decoration: underline;
}

a.link-large {
	color: Yellow;
	font-family: "Courier New", Courier, monospace;
	font-size: 36px;
	font-weight: bold;
	text-decoration: underline;
}

a.link-large:hover {
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 36px;
	font-weight: bold;
}

h1 {
	display: inline;
}

h2 {
	display: inline;
}

h3 {
	display: inline;
}

h4 {
	display: inline;
}

h5 {
	display: inline;
}

h6 {
	display: inline;
}


