h1 {
	font-family: Garamond, serif, sans-serif, fantasy;
	font-size: 20px;
	font-weight: bold;
	color: #CCFFFF;
	white-space: normal;
	margin: auto;

}
h2 {
	font-family: Garamond, serif, sans-serif, fantasy;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;

}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #CCFFFF;
	margin: 0px;

}
h4 {
	font-family: Garamond, serif, sans-serif, fantasy;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;

}
h5 {
	font-family: Garamond, serif, sans-serif, fantasy;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 400;
	margin: 0px;


}

h6 {
	font-family: Garamond, serif, sans-serif, fantasy;
	font-size: 20px;
	font-weight: bold;
	color: #FFFF99;
	margin: auto;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;

}
a:visited {
	text-decoration: none;
	color: #FFFFFF;

}
a:hover {
	color: #33FFCC;
	text-decoration: none;
}

.tab-main {width: 100%; height: 100%;}