A {
	color:blue;
	text-decoration:underline;
}
a:link { color: blue }
A:active {
	color:red;
}
A:hover {
	color:purple;
}
A:visited {
	color:purple;
}
.main_menu { color: white; font-size: 16px; font-weight: bold }
.sub_menu { color: maroon; font-size: 14px; font-style: normal; font-weight: bold }
.bottom_menu {
	color: maroon;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
