/* Styles for  Story01 (general set of styles) */
body {
	font-family: "Times New Roman";
	background: #fffde4 url("paper.jpg");
}

p {
	margin: 0px;
	font-family: "Times New Roman";
	font-size: 18px;
	color: #000000;
	text-align: left;
}
a { text-decoration: none }
a:link { color: #0000ff}
a:visited { color: #000050}
a:hover {
	border-bottom: 1px dotted #008000;
}
a:active { color: #009000 }

h1 {
	color: #f90000;
	margin-bottom: 1px;
	margin-top: 1px;
	text-align: center;
}
h2 {
	color: #e00000;
	margin-bottom: 1px;
	margin-top: 1px;
	text-align: center;
}
h3 {
	color: #407000;
	margin-bottom: 1px;
	margin-top: 1px;
	text-align: left;
}

.bold {
	font-weight: bold;
	font-style: normal;
}

.ital {
	font-style: italic;
}

.boldital {
	font-weight: bold;
	font-style: italic;
}

/* For the Sidebar Table */
#sidebarone {
	background: #ffffff;
	border: solid #ffff00;
	font-family: "Times New Roman";
	font-size: 15px;
	color: #000000;
	text-align: left;
}

/* For the Sidebar Table */
#sidebartwo {
	background: #ffffff;
	border: solid #e000ff;
	font-family: "Times New Roman";
	font-size: 15px;
	color: #000000;
	text-align: left;
}

/* to color an anchor text magenta */
#magenta {
	color: #e00090;
}

/* to color an anchor text for a special purpose */
#llink {
	color: #600000;
}

/* to color an anchor text bright red */
#red {
	color: #f00000;
}

h4 {
	color: #999999;
	margin-bottom: 25px;
}

/* Below, for paragraph ID arial */
#arial {
	font-family: "Arial Narrow";
	font-size: 18px;
	color: #000000;
	text-align: left;
	margin-right: 1px;
}

/* Below, for paragraph ID special */
#special {
	font-family: "Times New Roman";
	font-size: 30px;
	color: #000000;
	text-align: left;
	margin-right: 1px;
}

/* Below, for paragraph class complain */
.complain {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #005050;
	text-align: left;
	margin: 10px;
}

/* Below, for paragraph class explain */
.explain {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #500000;
	text-align: left;
	margin: 10px;
}

/* Below, for paragraph class cheerful */
.cheerful {
	font-family: "Comic Sans MS", Lucida Sans, Tahoma, Century Gothic;
	font-size: 18px;
	color: #500000;
	text-align: left;
	margin: 10px;
}

/* Below, for paragraph class center */
.center {
	font-family: "Times New Roman";
	font-size: 18px;
	color: #000000;
	text-align: center;
	margin-right: 1px;
}

/* Below, for paragraph class left */
.left {
	font-family: "Times New Roman";
	font-size: 18px;
	color: #000000;
	text-align: left;
	margin-right: 1px;
}

/* Below, for paragraph class right */
.right {
	font-family: "Times New Roman";
	font-size: 18px;
	color: #000000;
	text-align: right;
	margin-right: 1px;
}

#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;
}

.generalbar { /* a general hr */
	border: 3px solid #777777;
	width: 95%;
	height: 2px;
}

.lhr { /* a special purpose hr */
	border: 3px solid #800000;
	width: 95%;
	height: 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: 18px;
	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;
}
