a:link {}
a:active {}
a:visited {}
/*アンダーライン無し*/
BODY {
	font-family : "Georgia", "Times New Roman", "Times", "serif";
	color : #ffffff;
	font-size : 100%;
	text-align : center;
	line-height : 180%;
	background-image : url(bla6b.gif);
	background-attachment: fixed;
	background-repeat : repeat;
	padding-top : 5px;
	padding-bottom : 5px;
	margin: 0px;
 }
A {
	font-family : "Georgia", "Times New Roman", "Times", "serif";
	text-decoration:none;
	color : white;
}
A:HOVER {
	font-family : "Georgia", "Times New Roman", "Times", "serif";
	text-decoration: underline;
	color: #FF0066;
}
