/* This is a comment. Comments begin with /* and end with */

body { 
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 14px;
	background-color : #000000; 
	background-image: url('/img/FalseLight01.png'); 
	background-repeat: no-repeat; 
	background-position: top left; 	
	background-attachment: fixed; 
    text-align: center;
}

h1 {
   font-family: Tahoma, Arial, Sans-serif;
   font-size: 18px;
   font-weight: bold;
   color: #FFFFFF;
}
 
h2 {
   font-family: Tahoma, Arial, Sans-serif;
   font-size: 16px;
   font-weight: bold;
   color: #FFFFFF;
}

h3 {
   font-family: Tahoma, Arial, Sans-serif;
   font-size: 14px;
   font-weight: normal;
   color: #FFFFFF;
}

ol {
   font-size:10px;
}

.align-right { float:right; margin: 0 0 15px 15px; }
.align-left { float:left; margin: 0 15px 15px 0; }
 
/**************** Pseudo classes ****************/
 
a:link {
   color: #000000;
   text-decoration: underline;
   font-weight: bold;
}
 
li :link {
   color: #FFFFFF;
   text-decoration: none;
   font-weight: bold;
}
 
a:visited {
   color: #FFFFFF;
   text-decoration: none;
   font-weight: bold;
}
 
li a:visited {
   color: #FFFFFF;
   text-decoration: none;
   font-weight: bold;
}
 
a:hover {
   color: rgb(0, 96, 255);
   padding-bottom: 5px;
   font-weight: bold;
   text-decoration: underline;
}
 
li a:hover {
   display: block;
   color: rgb(0, 96, 255);
   padding-bottom: 5px;
   font-weight: bold;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #C6EC8C;
}
 
a:active {
   color: rgb(255, 0, 102);
   font-weight: bold;
} 

/************************* ID's *************************/
 
#topbar {
   position: relative;
   top: 50px;
   max-width: 160px;
   margin: 20px 20px 20px 20px;
   border-top: 1px solid #D3D3D3;
   border-left: 1px solid #D3D3D3;
   border-right: 1px solid #FFFFFF;
   border-bottom: 1px solid #FFFFFF;
   background: url("/img/overlay-sm.png") top left repeat;
   text-align: center;
}
 
div.centerdoc {
   position: relative;
   top: 75px;
    max-width: 660px;
    min-width: 400px;
    margin-left: 10px;
    padding-top: 10px;
   border-top: 1px solid #D3D3D3;
   border-left: 1px solid #D3D3D3;
   border-right: 1px solid #FFFFFF;
   border-bottom: 1px solid #FFFFFF;
   background: url("/img/overlay-sm.png") top left repeat;
}

img {
    align-content: center;
    max-width: 190px;
    margin: 5px 5px 5px 5px;
}