A.navbar:link, A.navbar:visited, A.navbar:active 
	{ 
	color: white;
	font-family: arial;
	font-size: 12px;
	text-decoration: none
	}

A.navbar:hover
	{
	text-decoration: underline
	}
	
A:link, A:visited, A:active 
	{ 
	color: blue;
	font-family: arial;
	font-size: 12px;
	text-decoration: underline
	}
	
A.footer:link, A.footer:visited, A.footer:active 
	{ 
	color: #ffffff;
	font-family: arial;
	font-size: 10px;
	text-decoration: none
	}
	
BODY
	{
		font-family: arial;
		color: black;
		font-size: 12px;
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
		background: #333333;
	}
	
TD, P 
	{ 	
		color: black;
		font-family: arial;
		font-size: 12px
	}
	
.header
	{
		font-family: arial;
		font-size: 15px;
		font-weight: normal;
	}
	
.title
	{
		font-family: arial;
		font-size: 25px;
		font-weight: normal;
		color: #104a7d;
	}
	
.bgWhite
	{
		background: white;
	}
	
.footer
	{
		font-family: arial;
		font-size: 9px;
		font-weight: normal;
		color: #ffffff;
		background: #104a7d;
	}
