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

body {
	color: rgba(45,45,45,1.00);
	font-family: myfont, sans-serif;
	background-color: rgba(248,255,0,1.00);
}
a {
	text-decoration: none;
	color: rgba(52,119,255,1.00);
}
a:hover {
	text-decoration: underline;
	color: rgba(0,15,127,1.00);
}
a:visited {
	color: #535353;
}
