﻿/* layouts */
.layout_header
{
	width:100%;
	height:109px;
}
.layout_middle
{
	width:100%;
}

/* classes & elements */
body 
{
	background: url("images/background.gif");
	background-color:#001400;
	color:#00FF00;
	font-family:arial, Arial, Helvetica;
}

 :link { color:#FFFF00; }  /* for unvisited links */
 :visited { color: #00AA00; } /* for visited links */
 a:active { color: #5BFF85; } /* when link is clicked */
 a:hover { color: rgb(0, 96, 255); } /* when mouse is over link */
 
 h2
{
	text-align: left;
	line-height: 100%;
	font-size: 18pt;
	font-weight: bold; 
	margin-top: 10;
	margin-bottom: 10
}
