@charset "UTF-8";
/* CSS Document */

body,td,th, h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif, Arial Rounded MT Bold;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(http://www.oshawagenerals.com/css/Gens_background.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-position:top; 
}

.center {
  margin-left: auto;
  margin-right: auto;
}


h1 {
	color: #000000;
	font-size: 26px;
	font-weight: normal;
}

h2 {
	color: #990000;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}

h4 {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
}

h5 {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
}

h6 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #666666;
}



.floatimgleft {
float:left;
margin-top:0px;
margin-right:2px;
margin-left:0px;
margin-bottom:10px;
}

.floatimgright {
float:right;
margin-top:0px;
margin-right:0px;
margin-left:15px;
margin-bottom:15px;
}
