﻿.style_page_header {
	text-align: center;
	background-color: #2958B2;
	color: #F4DF00;
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
}

A:visited  {
	color: #000000;
	text-decoration: underline;
}
A:link  {
	color: #000000;
	text-decoration: underline
}
A:active  {
	color: #000000;
	text-decoration: underline
}
A:hover   {
	color: #000000;
	text-decoration: none;
}
