/* Styles for port1.html */
body {
	font-family: "Times New Roman";
	background: #fffde4 url("paper.jpg");
}

p {
	margin: 0px;
	text-align: left;
	font-size: 18px;
	color: #000000;
	margin-right: 1px;
}

a { text-decoration: none }
a:link { color: #f000ff}
a:visited { color: #700070}
a:hover {
	border-bottom: 1px dotted #e00000;
}
a:active { color: #009000 }

h1 {
	color: #8000a0;
	font-family: "ShelleyAllegro BT";
	margin-bottom: 1px;
	margin-top: 1px;
	text-align: center;
}
h2 {
	color: #555570;
	margin-bottom: 1px;
	margin-top: 1px;
	text-align: center;
}

h3 {
	color: #8000a0;
	font-family: "ShelleyAllegro BT";
	margin-bottom: 1px;
	margin-top: 1px;
	text-align: center;
}

#magenta {
	color: #e00090;
}

h4 {
	color: #999999;
	margin-bottom: 25px;
}

/* HERE HERE HERE */

/* Font List for ROXY */
/* Comic Sans MS */
/* Kids */

/* Below, for paragraph class id taqh */
.taqh {
	font-family: "Kids";
	font-size: 28px;
	color: #007000;
	text-align: left;
	margin-right: 1px;
	margin-bottom: 3px;
	margin-top: 3px;
}

/* Font List for XIA LIN */
/* Nuptial BT (does not work right) */
/* CommercialScript BT */
/* BrushScript BT */
/* Freestyle Script */
/* Lucida Handwriting */
/* ShelleyAllegro BT */
/* ShelleyVolante BT */
/* Van Dijk */
/* Abadi MT Condensed Light */

/* Below, for paragraph class id betaqh */
.betaqh {
	font-family: "BrushScript BT";
	font-size: 28px;
	color: #a000b0;
	text-align: left;
	margin-right: 1px;
	margin-bottom: 3px;
	margin-top: 3px;
}

/* Below, for paragraph class center */
.center {
	font-family: "Times New Roman";
	font-size: 24px;
	color: #000000;
	text-align: center;
	margin-right: 1px;
}

/* Below, for paragraph class left */
.left {
	font-family: "Times New Roman";
	font-size: 24px;
	color: #000000;
	text-align: left;
	margin-right: 1px;
}

.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;
}
