@charset "UTF-8";

/* CSS Document */

.outsidediv {
	margin-left: 78px;
	margin-top: 10px;
	margin-right: 76px;
	margin-bottom: 13px
}

.textscroll {
	font-family: "Century Gothic", Helvetica, "Arial Black", "Arial Narrow";
	max-height: 281px;
	height: 281px;
	width: 625px;
	overflow: auto;
	margin: 20px;
	color: #FFFFFF;
}

body {
	background-color: #000000;
}


h1 {
	color:#FD6F4D;
	font-size:16px;
	font-family: "Century Gothic", Helvetica, "Arial Black", "Arial Narrow";
	font-weight: bold;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FE6F49;
	letter-spacing: 0.2em;
}

h2 {
	color:#CC0000;
	font-size:15px;
	font-family: "Century Gothic", Helvetica, "Arial Black", "Arial Narrow";
	font-weight: bold;
	text-align: left;
}



.footer {
	margin: 10px;
	background-color:450b11;
	font-family: "Century Gothic", Helvetica, "Arial Black", "Arial Narrow";
	font-size: 12px;
	color:#FFFFFF;
	}
	
.inmind {
	color:#66CCCC;
	font-family: "Century Gothic", Helvetica, "Arial Black", "Arial Narrow";
	font-size: 12px;
	padding-top: 10px;
}

a:link {
	color: #EED6AA;
	font-family: "Century Gothic", Helvetica, "Arial Black", "Arial Narrow";
	font-style: normal;
}
 a:visited {
	color: #EED6AA;
	font-family: "Century Gothic", Helvetica, "Arial Black", "Arial Narrow";
	font-style: normal;
}
 a:hover {
	color: #00CCCC;
	font-family: "Century Gothic", Helvetica, "Arial Black", "Arial Narrow";
	font-style: normal;
}
 a:active {
	color: #EED6AA;
	font-family: "Century Gothic", Helvetica, "Arial Black", "Arial Narrow";
	font-style: normal;
}	
<!--visited #CC3300 active #99000-->
