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


h1{
     font-size:30px;
     color:#39F;
     margin-left:530px;
     padding-left:10px;
	 clear:both;
	 text-decoration:underline;
	 font-family:cursive;

}
a.kidoke:link{
	font-size:33px;
	text-decoration:underline;
    font-family:cursive;
}
a.kidoke:active{
	text-decoration:underline;
}
a.kidoke:hover{
     font-size:40px;
     text-decoration:underline;
     color:#0033ff;
	 font-family:cursive;
	 background:#33ffff;
}
body{
	background-image:url(img/haikei.gif);
}