@charset "utf-8";
/* CSS Document */

body {
	background-image: url(main_bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #a7cdf2;
}

.main {
	width: 1000px;
	margin: auto;
	font-family: Luncida, sans serif;
	font-size: 18px;
	background-color: #ffffff;
	}

.header {
	width: 1000px;
	margin-right: auto;
	margin-bottom: auto;
}

.middle {
	width: 800px;
	padding-left: 100px;
	padding-right: 100px;
}

.link {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 24px; 
	COLOR: #000000;
}


a:link {
	text-decoration: none;
	COLOR: #0000FF;
}

a:hover {
	text-decoration: underline;
	color:#3366FF
}

a:visited {
	text-decoration: none;
	COLOR: #0000FF;
}


