body{
background : #CCC;
background-image: url(../images/bground.jpg);
font-family: Verdana,  Arial, Helvetica, sans-serif;
font-size : 10pt;
font-style : normal;
color:  #333333; 
}

.lt{
	background: #00357E;
}

.dk{
    background:#00779E;
  }

.border{
	border: 1px solid #00357E;
}

.border-gold{
	border: 1px solid #F1BF6E;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 16pt;
	color: #00779E;
	letter-spacing: .05em;
	margin: 25px 0px 0px 0px;
}

.yellow {
	background : Yellow;
}

A:link {color: #0000FF; text-decoration:underline}
A:visited {color: #0000FF; text-decoration:underline}
A:hover {color:#0000FF; text-decoration: underline; background : Yellow;
}


