body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #999999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #CCCCCC;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	margin: 20 100 20 20;
	text-align: justify; 
}
.main a:link {
	color: #0066FF;
	text-decoration: none;
}
.main a:visited {
	color: #0066FF;
	text-decoration: none;
}
.main a:hover {
	color: #0066FF;
	text-decoration: underline;
}
.cushycms-wysiwyg p {
	font-size: x-small;
}

