body { background-color: black; font-family: Arial;}



a:link { 

	color: white;

	}

a:visited { 

	color: white;

	}

a:hover { 

	color: #00c0c0;

	text-decoration: none;

	}

a:active { 

	color: red;

	}



LI.list1 {
 list-style: circle outside; 
 color:white; 
 margin-bottom: 20px;
 } 

LI.list2 {
 list-style: square inside; 
  color:white; 
  line-height: 1.5em;
  margin-bottom: 20px;
  }

LI.list3 {
 list-style: circle outside; 
 color:white; height: 2em; 
 font-size: 11pt; 
 margin-bottom: 20px;
 line-height: 1.5em;
 } 

ul {
list-style-position: outside;

}



h1 { color: white;

font-family: Arial;

font-size: 18pt;}



h2 { color: white;

font-family: Arial;

font-size: 14pt;}


h3 { color: white;

font-family: Arial;

font-size: 11pt;}


p { text-align: justify;

background-color: black;

color: white; 

font-family: Arial;

font-size: 10pt;

line-height: 1.5;

letter-spacing: 0.1;
}



img.insertLeft { float: left;

width: 200px;

margin: 4px;}



img.insertRight { float: right;

width: 200px;

margin: 4px;}





.floatLeft { float: left; 

margin: 0px; }



.floatRight { float: right; 

margin: 0px; }



.floatLeftClear { float: left; 

clear: left; 

margin-top: 0px;

margin-right: 0px;

margin-bottom: 0px;

margin-left: 0px;}



.floatRightClear { float: right; 

clear: right; 

margin-top: 0px;

margin-right: 0px;

margin-bottom: 0px;

margin-left: 0px;}



.container

{margin-left: 4px;

margin-right: 4px}



.content

{

margin-left: 220px;

margin-right: 220px;

padding: 5px;

}



.footer

{

clear: both;

margin: 0;

padding: 4px;

font-size: 8pt;

color: white;

background-color: black;

}





div.centerbuttons {text-align: center;}



#elButton a {

color: #000000;

font-size:10px;

font-family:verdana;

font-weight:bold;

text-decoration: none;

border:4px outset silver;

background-color:silver;

display: inline;

width: 100px;

padding: 3px 5px;

margin: 1px;

}

#elButton a:hover {

background-color: #00c0c0;

color:#000000;

padding-left:4px;

border:4px inset silver;

}