body {
	color: #FFCC33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

td {
	color: #FFCC33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.font-small {
	color: #FFCC33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.font-normal {
	color: #FFCC33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.font-normal-bold {
	color: #FFCC33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.font-normal-highlight {
	color: #ADD8E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.font-large {
	color: #FFCC33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
}

.font-large2 {
	color: #ADD8E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
}

a {
	color: #FFCC33;
	font-size: 20px;
	text-decoration: underline;
}

a:hover {
	color: #ADD8E6;
	font-size: 20px;
	text-decoration: underline;
}

a.link-small {
	color: #FFCC33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

a.link-small:hover {
	color: #ADD8E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

a.link-normal {
	color: #FFCC33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

a.link-normal:hover {
	color: #ADD8E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

a.link-gallery {
	color: #FFCC33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
}

a.link-gallery:hover {
	color: #ADD8E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: underline;
}

a.link-large {
	color: #FFCC33;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	text-decoration: underline;
}

a.link-large:hover {
	color: #ADD8E6;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	font-size: 36px;
	display: inline;
}

h2 {
	font-size: 10px;
	display: inline;
}

h3 {
	font-size: 10px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 10px;
}

h6 {
	font-size: 9px;
}


