body {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FF9933;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
A {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
  color: #FF9933;
  text-decoration: underline;
}
A.menuNavigation {
	color: #2F5E8C;
	font-weight: bold;
	text-decoration: none;

}

A.menuNavigation:hover {
	color: #FF9933;
	font-weight: bold;
	text-decoration: none;

}
.subHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #336699;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #336699;
}
.quoteBy {
	font-weight: bold;
	color: #000066;
	float: right;
}
Table.bGround {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
/* styling of the container. */ 
a.myPlayer { 
    display:block; 
    width: 425px; 
    height:344px;  
    text-align:center; 
    border:1px solid #999; 
} 
 
/* play button */ 
a.myPlayer img { 
    margin-top:130px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:1px solid #000; 
}