body {
	background-color : white;
}
a:link {
	color : blue;
	text-decoration : none;
}
a:visited {
	color : #C22E4C;
	text-decoration : none;
}
a:hover {
	color : blue;
	text-decoration : underline;
}
div {
	margin-top : 10px;
	margin-bottom : 10px;
}
.subMenu {
	margin-top : 0px;
	margin-bottom : 0px;
	text-align : right;
	font-family : "Times New Roman";
	font-size : 10pt;
}
.bottomNav {
	font-family : "Times New Roman";
	font-size : 12pt;
	color : blue;
}
.copyright {
	font-family : "Times New Roman";
	font-size : 10pt;
}
.normBigText {
	font-family : "Arial";
	font-size : 12pt;
}
.normText {
	font-family : "Arial";
	font-size : 10pt;
	margin-left : 10px;
}
.normText2 {
	font-family : "Times New Roman";
	font-size : 12pt;
}
.enjoyImg {
	text-align : right;
	margin-right : 100;
}
.aboutText {
	font-family : "Arial";
	font-size : 10pt;
	margin-left : 10px;
	margin-top : 0;
	margin-bottom : 0;
	text-indent : 50px;
}