.copyright-txt {
	color: #7E7951;
	font-size: 11px;
	font-family: Tahoma;
}
.grey-bold-txt {
	color: #9E9D99;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.yellow-bold-txt2 {
	color: #e29207;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
}
.blue-normal-txt1 {
	color: #999966;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.yellow-normal-txt {
	color: #999966;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.blue-heading-txt {
	color: #1C3549;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.black-normal-txt {
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
}
.brown-bold-txt1 {
	color: #97521B;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.blue-bold-txt2 {
	color: #3E5160;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.grey-normal-txt {
	color: #9B998D;
	font-size: 11px;
	font-family: Tahoma;
}
.blue-bold-txt3 {
	color: #49758E;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.yellow-bold-txt1 {
	color: #998E24;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
body {
	background-color: #162938;
}
a:link {
	color: #a2a5b4;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #660099;
}
a:hover {
	text-decoration: none;
	color: #E1B500;
}
a:active {
	text-decoration: none;
	color: #041527;
}
.grey-links:link {
	color: #a2a5b4;
	text-decoration: underline;
}
.grey-links:visited {
	text-decoration: none;
	color: #9E9D99;
}
.grey-links:hover {
	text-decoration: none;
	color: #E1B500;
}
.grey-links:active {
	color: #9999FF;
}
.blue-links:link {
	color: #a2a5b4;
	text-decoration: underline;
}
.blue-links:visited {
	text-decoration: none;
	color: #9E9D99;
}
.blue-links:hover {
	text-decoration: none;
	color: #E1B500;
}
.blue-links:active {
	text-decoration: none;
	color: #E1B500;
}
.yellow-links:link {
	color: #998E24;
	text-decoration: none;
}
.yellow-links:visited {
	text-decoration: none;
	color: #996600;
}
.yellow-links:hover {
	text-decoration: none;
	color: #FCD500;
}
.yellow-links:active {
	text-decoration: none;
	color: #FCD500;
}
h1{
	color: #3E5160;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
    padding: 0px;
} 
h2{
 font-family: Arial,sans-serif;
 font-size: 16px;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
 text-align:center;
 text-decoration:underline;
}

h3{
 font-family: "Times New Roman", Times, serif;
 font-size: 120%;
 color: #e29207;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 85%;
 font-weight: bold;
 color: #929A75;
 margin: 0px;
 padding: 0px;
 text-decoration: underline;
 text-align:center;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
 text-decoration: underline;
} 
/* styling of the container. */ 
a.myPlayer { 
    display:block; 
    width: 250px; 
    height:250px;  
    text-align:center; 
    margin:0 0px 0px 0; 
    float:center; 
    border:0px solid #042e3c;
} 
 
/* play button */ 
a.myPlayer img { 
    margin-top:70px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:0px solid #042e3c; 
}