/* CSS Document */

h1 {
	font-size: 16px;
	color: #000000;
}
h2 {
	font-size: 14px;
	color: #000000;
}
h3 {
    font-size: 12px;
	color: #000000;
}
a {
	font-size: 12px;
	color: #993366;
}
a:visited {
	color: #993366;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #993366;
}
a:active {
	text-decoration: underline;
}