/* body style */

body{
	color: #555555;
	font-family : "‚l‚r ‚oƒSƒVƒbƒN";
	background-color: #ffffff;
	font-size: 12px;
	background-image: url(../img/board_back.png);
	background-repeat: repeat;
	background-position:top left;
	background-attachment: scroll;
}

.letter_green{
	background-image: url(../img/link_letter_green.gif);
	background-repeat: repeat-x;
	background-position:top left;
}

.letter_yellow{
	background-image: url(../img/link_letter_yellow.gif);
	background-repeat: repeat-x;
	background-position:top left;
}

.letter_pink{
	background-image: url(../img/link_letter_pink.gif);
	background-repeat: repeat-x;
	background-position:top left;
}

.letter_blue{
	background-image: url(../img/link_letter_blue.gif);
	background-repeat: repeat-x;
	background-position:top left;
}

.linkdata{
	font-size: 12px;
}