@charset "UTF-8";
body {
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
#intro {
	width: 1000px;
	height: 500px;
	background-color: #FFFFFF;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-size: 14px;
}

