p {
	font-family: Palantino Linotype;
	font-size: 14px;
	color: #000000;
}
h1 {
	font-family: Palantino Linotype;
	font-size: 16px;
	color: #333333;
}
h2 {
	font-family: Palantino Linotype;
	font-size: 20px;
	color: #333333;
}
h3 {
	font-family: Palantino Linotype;
	font-size: 24px;
	color: #333333;
}
body {
	margin: 10px;
}
.redtext {
	color: #FF0000;
}
a {
	color: #009900;
}
a:link {
	color: #3333CC;
	text-decoration: underline;
}
a:visited {
	color: #FF0000;
	text-decoration: none;

}
a:hover {
	text-decoration: none;
	background-color: #CCCC99;
}
a:active {
	text-decoration: none;

}

.menu {
	font-family: Times New Roman;
	font-size: 14px;
	color: #660099;
}
.menu a:link {
	color: #660000;
	text-decoration: none;
}
.menu a:visited {
	color: #663333;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: none;
	background-color: #FFFFCC;
}

.menu a:active {
	color: #666666;
	text-decoration: none;
}