A:link { 
	color: #ffcc33;
	font-style: normal;
	text-decoration:none;
	border-bottom: solid 1px #ffffff;
	}
	
A:visited {
	color: #ffcc33;
	font-style: normal;
	text-decoration:none;
	border-bottom: solid 1px #ffffff;
	}

A:hover {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	background-image: url("./image/bg01.gif");
	background-color: white;
	border-bottom: 0px;
	}

A:active {
	color: #999999;
	font-style: normal;
	text-decoration:none;
	}

body{
	font-family:  Verdana,sans-serif,‚l‚r ‚oƒSƒVƒbƒN;
	line-height: 140%;
	font-size: 11px;
	color: #ffffff;
	background: #000000;
        background-image : url(./image/reggae.jpg);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position : 100% 100%;
	}

#word, #catcher, #uploader, #jpeg, #fanchor, #balloon{
	display: none;
	}


A:hover #word, A:hover #catcher, A:hover #uploader, A:hover #jpeg, A:hover #fanchor, A:hover #balloon{
	color: #ffffff;
	background: #111111;
	display: block;
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
	border-top: solid 1px #666666;
	border-left: solid 1px #666666;
	width: 500px;
	height: 150px;
	padding: 10px;
	position:absolute;
	top: 150px;
	left: 200px;
	}