@charset "utf-8";
/* CSS Document */

body {
	color: #333;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: none;
}
a {
	font-size: 18px;
}

#email a:link {
	color: #0000CC;
	text-decoration: underline;
}
#email a:visited {
	color: #663366;
	text-decoration: underline;
}
#email a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#email a:active {
	color: #FF0000;
	text-decoration: underline;
}
#email a {
	font-size: 14px;
}