body 	{background-color:#000000;
		 font-family: "Times New Roman", serif;
	 	 font-size: 12px;
	 	 font-color: #CCCC33;}
		 
p	{color: #CCCC33;
	 font-size: 16px;}

h1	{font-family: "Times New Roman", serif;
	 font-size: 18px;
	 font-weight: bold;
	 color: #CCCC33;} 
	 
h2	{font-family: "Times New Roman", serif;
	 font-size: 18px;
	 font-weight: bold;
	 text-align: center;
	 color:#0066FF;} 

h3 {font-family: "Times New Roman", serif;
	 font-size: 14px;
	 text-align: center;
	 color: #CCCC33;}

h4 {font-family: "Times New Roman", serif;
	 font-size: 12px;
	 text-align: center;
	 color: #CCCC33;}
	 
h5 {font-family: "Times New Roman", serif;
	 font-size: 10px;
	 color: #CCCC33;}
	 
h6	{font-family: "Times New Roman", serif;
	 font-size: 18px;
	 font-weight: bold;
	 color:#0066FF;}
	 
a:link {color: #0066FF; text-decoration: none; font-weight: bold;}
a:visited {color: #0066FF; text-decoration: none; font-weight: bold;}
a:hover {color: #0066FF; text-decoration: underline; font-weight: bold;}
a:active {color: #0066FF; text-decoration: none; font-weight: bold;}

img.right	{float: right; 
		 	 margin-left: 20px; 
			 margin-bottom: 10px;}

img.left	{float: left; 
			 margin-right: 20px; 
			 margin-bottom: 10px;}

img.center {float: center;
			margin-right: auto;
			margin-left: auto;
			margin-bottom: 10px;}
			
table		{table-layout: auto;}
