/* CSS Document */
.text {
	font-size: 12px;
	font-family: Arial;
	color: #000000;
}
.menu {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-family: Arial;
}
.menu a:link {
	color: #0099ff;
	text-decoration: none;
}
.menu a:visited {
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
}
.menu a:active {
	text-decoration: none;
}
.link {
	font-size: 12px;
	font-family: Arial;
	color: #FF6F00;
}

.footer {
	font-size: 10px;
	font-family: Arial;
	color: #000000;
}
.heading {
	font-size: 12px;
	color: #0099ff;
	font-weight: bold;
	font-family: Arial;
}
.mainheading {
	font-size: 18px;
	color: #FF6F00;
	font-weight: bold;
	font-family: Comic Sans MS;
	font-variant:small-caps;
}
