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

body {
	color: rgb(102, 102, 102);
}

a {
	color: rgb(51, 102, 153);
	text-decoration: none;
}

h1, h2 {
	color: black;
}

a:hover {
	color: rgb(255, 102, 0);
	text-decoration: underline;
}
