body {
	color: #FFFF99;
	margin: 0px;
	padding: 0px;
	background-color: black; 
	font-size: 14pt; 
	margin-top: 0px; 
	font-family: Georgia, Times New Roman, Times, serif;
}


/********** Link styles **********/


a:link {
	color: #FFFF99;
	text-decoration: none;
}

a:visited {
	color: #FFFF00;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: 500;
	font-style: italic; 
}

a:active {
	color: #990000;
	text-decoration: underline;
	background: black;
}


/********** Header styles **********/


h1 {
	font-family: Verdana,Arial,sans-serif;
	font-size: 28pt;
	color: white; // #CCCCCC;
}

h2 {
	font-family: Verdana,Arial,sans-serif;
	font-size: 18pt;
	color: white; // #CCCCCC; 
}


/********** Ordered Lists Style **********/


ul {
	list-style-type: square;
}

ul ul {
	list-style-type: disc;
}


/********** DIV styles **********/


/* starting page */
.spg {	
	position: relative; 
	width: auto;
	min-width: 140px;
	margin-top: 40px;
	margin-bottom: 30px; 
	margin-right: 210px;
	margin-left: 100px;
	background-color: black;
	/* border: 1px solid #CCCCCC; 
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 40 px;
	padding-bottom: 30 px; */

	z-index: 2; 
	text-align: center;
}


/* other pages */
.opg {
	margin-top: 30px;
	margin-bottom: 30px; 
	margin-right: 200px;
	margin-left: 200px;
	background-color: black;
	text-align: center;
}

/* breadcrumb */
.bcrumb {
	position: absolute;
	top: 70px;
	right: 20px;
	width: 130px;
	text-align: left;
	z-index: 1;
}

/* olokautoma */
.olokautoma {
	position: absolute;
	top: 70px;
	left: 20px;
	width: 220px;
	text-align: left;
	z-index: 1;
}

/* polywatch */
.polywatch {
	position: absolute;
	top: 352px;
	right: 20px;
	width: 130px;
	text-align: left;
	z-index: 1;
}
/* tainies */
.tainies {
	position: absolute;
	top: 500px;
	right: 20px;
	width: 130px;
	text-align: left;
	z-index: 1;
}

/* blue top of page */
.topemail {
	font-size: 18px;
	text-align: center;
	background: blue;
	padding: 5px;
}

/* Article pages: */

/* red top of page for articles */
.toparticle {
	font-size: 18px;
	text-align: center;
	background: #950B0E;
	padding: 5px;
}

/* abstract */<HTML>

.abstract {
	position: relative;
	width: auto;
	margin: -10px;
	padding: 0px;
	background: #CCCCCC;
	z-index: 2;
	text-align: justified;
	font-style: italic;
	font-size: 18pt;
}

/* picture next to abstract */
.abspic {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
}

.mission {
	text-indent: 30px;
	text-align: justify;
	border: 1px solid white;
	background: #FFFF99;
	color: black;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px; 
	margin-right: 200px;
	margin-left: 200px;
}

/********** Paragraph styles **********/

/* starting page poem */
p.spoem {
	color: #FFFF99;
	text-align: left;
	font-size: 18pt;	
	padding-left: 80px;
}

/* starting page poet */
p.spoet {
	color: #FFFF99;
	text-align: center;
	font-size: 18pt;
}

/* indented and justified paragraphs */

p.ij {
	text-indent: 30px;
	text-align: justify;
} 


/* aristera aligned paragraphs */
p.aristera {
	text-align: left;
}

/* small end text */
p.smend {
	font-size: 10pt;
}


/* breadcrumb text */
p.bc {
	border: 1px dashed #CCCCCC;
	padding: 20px;
	font-size: 10pt;
}


/*********** Table sytles ***********/


td {
	width: 343px;
	valign: top;
	text-align: center;
	vertical-align: center;
	background: #000099;
	padding: 20px;	
}

/********** Blockquote styles **********/
}


blockquote {

font-size: 12px;
padding: 10px;
background-color: #CCCCCC;

}
