/* L  O  N  G    L  I  V  E    I  N  S  T  A  N  T    W  I  N   N  E  R !!!  */

.container
{
	color: white;
	background-color:#004374;
	margin: 0 auto;
	width: 760px;
	text-align:center;
		
}

/*  T  E  X  T  -  L  I  N  K  S  */
/*this class is the formatting for the
'return to top' links and <a> links in
the footer */

/*
.class1 A:link
{
	color:#0066B2;
	text-decoration: none;
	font-weight: bold;
	font-size:11pt;

}


.class1 A:visited
{
	text-decoration: none;
	color: #7C94A5;
	font-weight: bold;
	font-size:11pt;
}


.class1 A:hover
{

	text-decoration: underline;
	color: #6CAAD9;
	font-weight: bold;
	font-size:11pt;
}


.class1 A:active
{
	text-decoration: none;
	color: #B1D3EC;
	font-weight: bold;
	font-size:11pt;
}


hr
{
	color: #003366;
	size: 50px;
}
*/
