html, body {
height: 100%;
}
	
body {
	
	background-color: #ffffff;
	text-align : justify;
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
	}
	body, td { 
	font-family: tahoma;
	font-size: 8pt;
	text-align: justify;
	color: #92969c;
	}

input, textarea, option, select {
	font-family: tahoma;
	font-size: 8pt;
	color: #dc8dca;
	letter-spacing: 1px;
	border: 1px solid #eeeeee;
	padding: 1px; 
	}
	.header { 
    position : absolute;
    margin-left: 2px;
    top : 0;
	
	}
	
	.headline {
	color: #6e737b;
	font: 12pt "Lucida Sans";
	font-weight: bold;
	text-align:left;
	letter-spacing: 1px;
	font-style:oblique;
	}
.headline:first-letter{
       
       
	   background-color: transparent;
	   font-size: 30px; 
       font-weight: bold;
       font-family:"Lucida Sans", tahoma; 
       font-style: italic;
       color:#dc8dca;
       text-transform: uppercase;}

.content {  
	background-color: #ffffff;
	width: 800px; 
	height: auto;
	font-family: tahoma;
	font-size: 8pt;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 410px;
	margin-bottom: 1px;
	padding: 0px;
	text-align: justify; 
	position: absolute;
}
	
.footer {
 
width: 800px;
font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
font-size: 11px;
color: #6e737b;
padding-top: 50px;
padding-left: 1px; 
padding-right: 1px;
padding-bottom: 2px; 
text-align: justify;
clear: both;
	
}
.content a:link, div.content a:visited {
	color: #dc8dca;
	text-decoration: none;
	
}
.content a:hover, div.content a:active {
	color: #dc8dca;
	text-transform: lowercase
}
  

blockquote {
	
       
      background-color: #6e737b;
	    color: #ffffff;
		width: 500px;
		letter-spacing: 1px;
        text-align: center;
	    border: 1px solid #e6d9d0;
	    padding: 5px;
		margin-left: 1px;
        margin-right: 1px;

}


.codesort h2 {
	font-size: 8pt;
}

.codesort h3 { 
font-size: 8pt;
}

.codesort p { 
}

.codesort a {
}

.codesort img { 

}

.codesort ul { 
}

.codesort li { 

display: inline;
	padding-right: 0.5em;
}

.codesort input { 
}

.codesort option { 
}

.codesort select { 
}

.credit { 
}

