@charset "utf-8";
/* CSS Document */




a:link {color:hotpink;
text-decoration:none;}

a:visited {color:pink;
text-decoration:none;}

a:hover {color:greenyellow;
text-decoration:underline;
font-size:40px;
font-weight:bold;}


body {
	background-image:url('bgwawa.jpg');
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;


