/* CSS Document */

a:link {
	color: #0066FF;
}
a:visited {
	color: #006600;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #CCCC00;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Comic Sans MS;
}
h1 {
	font-size: 12px;
	color: #0000FF;
}
h2 {
	font-size: 14px;
	color: #0000FF;
}
