body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: Black;
	background-color: White;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: Black;
	background-color: White;
}

.font-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	background-color: White;
}

.font-normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: Black;
	background-color: White;
}

.font-normal-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: Black;
	background-color: White;
	font-weight: bold;
}

.font-normal-highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: Red;
	background-color: White;
	font-weight: bold;
}

.font-large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	color: Black;
	background-color: White;
	font-weight: bold;
}

a {
	font-size: 20px;
	color: Black;
	background-color: White;
	text-decoration: underline;
}

a:hover {
	font-size: 20px;
	color: Red;
	background-color: White;
	text-decoration: underline;
}


a.link-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	background-color: White;
	text-decoration: underline;
}

a.link-small:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Red;
	background-color: White;
	text-decoration: underline;
}


a.link-normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: Black;
	background-color: White;
}

a.link-normal:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: Red;
	background-color: White;
	text-decoration: underline;
}

a.link-gallery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #A9A9A9;
	background-color: White;
	text-decoration: none;
}

a.link-gallery:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: Red;
	background-color: White;
	text-decoration: underline;
}

a.link-large1 {
	font-family: Impact;
	font-size: 36px;
	font-weight: bold;
	color: Black;
	background-color: White;
	text-decoration: underline;
}

a.link-large1:hover {
	font-family: Impact;
	font-size: 36px;
	font-weight: bold;
	color: Red;
	background-color: White;
}

a.link-large2 {
	font-family: Impact;
	font-size: 36px;
	font-weight: bold;
	color: Red;
	font-style: italic;
	background-color: White;
	text-decoration: underline;
}

a.link-large2:hover {
	font-family: Impact;
	font-size: 36px;
	font-weight: bold;
	color: Black;
	font-style: italic;
	background-color: White;
}

h1 {
	font-size: 34px;
	color: Black;
	background-color: White;
}

h2 {
	font-size: 20px;
	color: Black;
	background-color: White;
}

h3 {
	font-size: 14px;
	color: Black;
	background-color: White;
}

h4 {
	font-size: 12px;
	color: Black;
	background-color: White;
}

h5 {
	font-size: 10px;
	color: Black;
	background-color: White;
}

h6 {
	font-size: 9px;
	color: Black;
	background-color: White;
}

