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

a{
	color:#783f96;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
}
h1{
	font-size:24px;
	color:#783f96;
	margin-bottom:10px;
}
h2{
	color:#ffcc33;	
}