@charset "utf-8";
/* CSS Document */

a.pod:link {
	color: #666666;
	text-decoration: none;
}
a.pod:visited {
	text-decoration: none;
	color: #333333;
}
a.pod:hover {
	color: #4B6391;
	text-decoration: underline;
}
a.pod:active {
	text-decoration: none;
}