/* Styles for general.html */
body {
	font-family: "Times New Roman";
	background: #fffde4 url("glass.jpg");
}
p {
	margin: 0px;
	font-family: "Times New Roman";
	font-size: 20px;
	color: #000000;
	text-align: left;
}
a { text-decoration: none }
a:link { color: #00e000}
a:visited { color: #005000}
a:hover {
	border-bottom: 1px dotted #00e000;
}
a:active { color: #009090 }

h1 {
	color: #f90000;
	margin-bottom: 1px;
	margin-top: 1px;
	text-align: center;
}
h2 {
	color: #005080;
	margin-bottom: 1px;
	margin-top: 1px;
	text-align: center;
}
h3 {
	color: #407000;
	margin-bottom: 1px;
	margin-top: 1px;
	text-align: left;
}

#getoutone {
	font-family: "Times New Roman";
	font-size: 20px;
	color: #407000;
}
#getouttwo {
	font-family: "Times New Roman";
	font-size: 28px;
	color: #f00000;
}

#magenta {
	color: #e00090;
}

h4 {
	color: #999999;
	margin-bottom: 25px;
}

/* Below, for paragraph id title */
#title {
	font-family: "Brush Script BT";
	font-size: 33px;
	color: #d00090;
	text-align: center;
	margin-right: 1px;
}

/* Below, for paragraph class center */
.center {
	font-family: "Times New Roman";
	font-size: 20px;
	color: #000000;
	text-align: center;
	margin-right: 1px;
}

/* Below, for paragraph class left */
.left {
	font-family: "Times New Roman";
	font-size: 20px;
	color: #000000;
	text-align: left;
	margin-right: 1px;
}

/* Below, for paragraph class right */
.right {
	font-family: "Times New Roman";
	font-size: 20px;
	color: #000000;
	text-align: right;
	margin-right: 1px;
}

/* Centering wrapper, a div, for centering the table below */
#centeringdiv {
	text-align: center;
}

/* Below, for form ID formreturn */
#formreturn {
	margin-left: auto;
	margin-right: auto;
}

#privacytable { border: solid #008000; }

/* achor id terms */
#terms {
	font-family: "Times New Roman";
	font-size: 16px;
	color: #ffffff;
}

/* achor id privacy */
#privacy {
	font-family: "Times New Roman";
	font-size: 16px;
	color: #000000;
}

.general { /* for a general hr */
	border: 3px solid #555555;
	width: 95%;
	height: 2px;
}

.blackbar { /* for the black hr */
	border: 3px solid #000000;
	width: 90%;
	height: 5px;
}

.redbar { /* for the red hr */
	border: 3px solid #f00000;
	width: 90%;
	height: 5px;
}

.greenbar { /* for the green hr */
	border: 3px solid #00e000;
	width: 90%;
	height: 5px;
}
.bluebar { /* for the blue hr */
	border: 3px solid #0000f0;
	width: 90%;
	height: 5px;
}
.magentabar { /* for the blue hr */
	border: 3px solid #e000ff;
	width: 90%;
	height: 5px;
}
.yellowbar { /* for the blue hr */
	border: 3px solid #ffff00;
	width: 90%;
	height: 5px;
}


li {
	margin-bottom: .5em;
	font-family: "Times New Roman";
	font-size: 24px;
	color: #000000;
}
li.para {
	list-style-type: none;
}
pre {
	font-size: 10px;
	margin-left: 10px;
}
tt {
	font-family: "Courier New", Courier, mono;
}


/* KEEP BELOW FOR REFERENCE Not used for index-html */
/* main text body specs */ 
#main {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
}

#main p {
	margin-bottom: 1em;
}
#main dt {
	font-weight: bold;
	margin-bottom: 1em;
	color: #999999;
}
#main dd {
	margin-bottom: 1em;
}

/* bottom footer */ 
#footer {
	font-size: smaller;
	color: #555555;
	text-align: center;
	margin-right: 1px;
}
