A:link, A:visited, A:active 
	{ 
	color: yellow;
	font-family: arial;
	text-decoration: none
	}

A:hover
	{
	text-decoration: underline
	}

A.navbar:link, A.navbar:visited, A.navbar:active 
	{ 
	color: white;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	}
	
A.navbar:hover
	{
	text-decoration: underline
	}
	
A.footer:link, A.footer:visited, A.footer:active 
	{ 
	color: white;
	font-family: arial;
	font-size: 11px;
	text-decoration: none
	}
	
A.footer:hover
	{
	text-decoration: underline
	}
		
BODY
	{
		font-family: arial;
		color: white;
		background: url('images/background.gif');
		background-repeat: repeat-x;
		background-color: #003366;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	
TD, P 
	{ 	
		color: white;
		font-family: arial;
		font-size: 12px
	}
	
	
.header   
	{
		color: yellow;
		font-size: 18px;
		font-style: bold;
	}
	
.before    
	{
		color: #ffffff;
		font-size: 18px;
	}
	
.field    
	{
		border: 1px solid black;
		font-size: 10px;
		font-family: arial;
		width: 90px
	}
	
.footer
	{ 	
		color: white;
		font-family: arial;
		font-size: 10px
	}
