.style1 {
	color: #cc3333;
	font-style: italic;
}
.style2 {
	color: #cc3333;
	font-size: 16px;
}
.style3 {font-size: 14px}


a {
	color: #333366;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333366;
}
a:hover {
	text-decoration: none;
	color: #9999cc;
}
a:active {
	text-decoration: none;
	color: #333366;
}



a.menu {
	font-size: 14px;
	color: #333366;
}
a.menu:link {
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	color:#333366;
}
a.menu:hover {
	text-decoration: none;
	color: #9999cc;
}
a.menu:active {
	text-decoration: none;
	color: #333366;
}


a.mail {
	font-size: 13px;
	color: #cc3333;
}
a.mail:link {
	text-decoration: none;
}
a.mail:visited {
	text-decoration: none;
	color:#cc3333;
}
a.mail:hover {
	text-decoration: none;
	color: #cc9999;
}
a.mail:active {
	text-decoration: none;
	color: #cc3333;
}