﻿A:link { color: #99CC00 }
A:visited { color: #666633 }
a:active { color: #FFCC99 }

body { font-family: Arial; font-size: 10pt; color: #C0C0C0; text-align:left; background-color:#000000;}
	
h1           { font-size: 18pt; color:#996600; font-family:Arial; text-align:center }
h2           { font-size: 14pt; color:#993300; font-family:Arial; text-align:left; margin-bottom:8}
td           { font-family: Arial; font-size: 10pt; color: #C0C0C0; margin-left: 10; margin-right: 10 }
p            { margin-left: 30; margin-right: 30; margin-top:0 }

#content     
	{
		background-color: #000000;
		
		margin-top: -300px;
		margin-left: -400px;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 800px;
		height: 600px;
		font-family: Arial; font-size: 10pt; color: #C0C0C0
		visibility: visible;
	}
	
	
#largecontent     
	{
		background-color: #000000;
		
		margin-top: 0px;
		margin-left: 0;
		position: relative;
		top: 0;
		left: 0;
		width: 1000px;
		height: 1000px;
		font-family: Arial; font-size: 10pt; color: #C0C0C0
		visibility: visible;
	}
	
	
#nav
	{
		position: absolute; 
		width: 300px; 
		height: 20px; 
		z-index: 1; 
		left: 495px; 
		top: 2px; 
		visibility: visible;
	}