@charset "utf-8";
/* CSS Document */

<!--The infobox class is the central information-holding box on the page.  Each has a background image with a given Chinese Character related to the information contained within --> 
#infobox
	{
	background-image: no-repeat;
	margin-left: 0px;
	margin-top: -7px;
	width: 570px;
	height: 545px;
	color: black;
	}

#infobox p
	{
	margin-left: 0px;
	margin-top: -4px;
	width: 537px;
	min-height: 495px;
	color: black;
	}
<!--The content class is the actual text displayed on each tab.  The class here handles formatting for that content.  Current formatting is for testing purposes only.-->



	<!-- the date class contains formatting for dates used in the info boxes-->
#date
	{
	text-align: left;
	color: red;
	font-family: arial;
	font-size: 150%;
	font-weight: bold;
	}

	<!-- The post class contains formatting for text included in updates made the link page-->
#post
	{
	text-align: left;
	font-family: arial;
	font-size: 75%
	}
	
body {
	background-color: #333333;
}
.style3 {font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#content{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9pt;
	color: #FFFFFF;
	padding-top: 20px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	
}


.style4 {
	font-size: 12pt;
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
}
.linkstyle{
	font-size: 9pt;
	color: #ffcc00;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-style: normal;
}

.titletext {
	font-size: 12pt;
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
}
