/* Missing BBS CSS Document */
body
	{
		padding: 0;
		margin: 0;
		background-color: #ffffff;
		color: #000;
	}

a:link
	{
		background-color:inherit;
		color: red;
		font-weight: bold;
		text-decoration: none;
	}

a:visited 
	{
		background-color:inherit;
		color: #D4CDDC;
		font-weight: bold;
		text-decoration: none;
	}

a:hover, a:active
	{
		background-color:inherit;
		color: #54bc00;
		font-weight: bold;
		text-decoration: none;
	}	
	
#content	
	{
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 15%;
		margin-right: 15%;
		padding: 10px;
		border: 2px ridge #cccccc;
		background-color: #ffffff;
		color: #000;
	}
	
h1	
	{
		color: #6b3b27;
		background-color: inherit;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
	}
	
p	
	{
		color: #6b3b27;
		background-color: inherit;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.8em;
	}
	
.code
	{
		color: #6b3b27;
		background-color: inherit;
		font-family: times, serif;
		font-size: 0.9em;
		padding-left: 40px;
		}
.style55 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #009;
	}
.style42 {
	font-size: 24px;
	color: #006600;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000099;
	}
.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	color: #000;
	}
.style4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #000;
	}
.style6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	}
.style75 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	}
.style7111 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #006600;
	}
.style9111 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #009;
	}
#centerbox {
	width: 370px;
	padding: 0px;
	border: 4px solid #cccccc;
	background: #ffffff;
}