body {
	margin-top: 20px; 
	margin-bottom: 20px;
	width: auto;
  background-image: url(bg.jpg);
  background-attachment: fixed;
	background-color: transparent;
}

a { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight :bold;
  color: #FF9900;
  text-decoration: none;

}

a:hover { 
    COLOR: #0000FF;
    TEXT-DECORATION: none;
}

p a { 
    font-weight :bold;
    color: #FF9900;
    text-decoration: none;

}

p a:hover { 
    color: #0000FF;
    text-decoration: none;
}

img {
  border: 0px;
}

h1 {
	font-size: 18px; 
	font-weight: bold; 
	text-align: center;
}

h2 {
	font-size: 14px; 
	font-weight: bold; 
	text-align: left;
	text-align: center;
}

h3 {
	color: red;
	font-size: 18px; 
	font-weight: bold; 
	text-align: left;
}

#container {
  width: 740px;
	background-color: transparent;
}

.small {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

.text14 {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
}