div.pageHolder {
	  border: solid 1px white;
	  background-color: green;
	  width: 800px;
	  margin:0px auto;
	  text-align: center;
}

div.headerSection {
	  border: solid 1px white;
	  background-color: black;
	  height: 50px;
	  width: 98%;
      margin-left: 1%;
	  margin-top: 1%;
	  margin-bottom: 1%;
	  text-align: center;
}

div.pageSectionFull {
	  border: solid 1px white;
	  background-color: black;
	  width: 98%;
	  height: 315;
	  margin-left: 1%;
	  margin-top: 1%;
	  margin-bottom: 1%;
	  padding-top: 1%;
	  text-align: justify;
}

div.imageSection {
	  background-color: black;
	  margin-right: 8px;
	  float: right;
	  border: solid 1px white;
}

div.spacer {
  clear: both;
  }

p.textS {
	font-family: monospace, helvetica, sans-serif;
	font-size: 12px;
	color: yellow;
	padding-left: 1%;
}

p.textHeader {
	font-family: monospace, helvetica, sans-serif;
	font-size: 14px;
	color: green;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 1%;
}


p.headerS {
	font-family: monospace, helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: yellow;
	margin-top: 6px;
}

a { font-family: monospace, helvetica, sans-serif;
	text-decoration: none;
	color: yellow;
}

a:link.coc { color: yellow; font-size: 20px; font-weight: bold;}
a:visited.coc { color: orange;}
a:active.coc {color: purple;}
a:hover.coc { color: green; text-decoration: underline;}

a:link.coc2 { color: yellow; font-size: 12px; font-weight: bold; }
a:visited.coc2 { color: orange;}
a:active.coc2 {color: purple;}
a:hover.coc2 { color: red; font-size: 14px; text-transform: uppercase;}


a:link.coc3 { color: yellow; font-size: 12px; font-weight: bold; }
a:visited.coc3 { color: orange;}
a:active.coc3 {color: purple;}
a:hover.coc3 { color: red;  text-transform: uppercase;}