@charset "utf-8";
/* CSS Document */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #0080FF;
	background-image: url(../images/backgruond.jpg);
	background-repeat: repeat-x;
	margin:0px;
	font-weight:bold;
}

a{
	font-weight:bold;
	text-decoration:none;
	letter-spacing:5px;
	color:#333333
}

a:hover{
	font-weight:bold;
	text-decoration:underline;
	letter-spacing:5px;
	color:#333333
}

.imagebox
{
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


