BODY {
  background: #FFFFFF;
  color: #000000;
  margin: 0px;
}

.topgraphic { 
background-image: 
url('images/a-2.jpg');
background-repeat: 
no-repeat;
background-position: 
 center; 
}

.backgroundgraphic { 
background-image: 
url('images/bgstrip.jpg');
background-position: 
 center; 
}
.footergraphic { 
background-image: 
url('images/footer.jpg');
background-position: 
 center; 
}


h1 { 
      font-size: 16px; 
      color: #F3D4D1; 
      font-family: georgia; 
      font-weight: 600 
}
h2 { 
      font-size: 16px; 
      color: #F3D4D1; 
      font-family: georgia; 
      font-weight: 500 
}
.atext {
      font-size: 16px; 
      color: #F3D4D1; 
      font-family: georgia; 
      font-weight: 500 
}
.btext {
      font-size: 11px; 
      color: #F3D4D1; 
      font-family: arial; 
      font-weight: 300 
	padding-left: 40px;
}
.ctext {
      font-size: 11px; 
      color: #FFFFFF; 
      font-family: arial; 
      font-weight: 300 
	padding-left: 30px;
}

.dtext {
      font-size: 14px; 
      color: #AA1C1B; 
      font-family: georgia; 
      font-weight: 500 
}

.copyright {
      font-size: 11px; 
      color: #F3D4D1; 
      font-family: arial; 
      font-weight: 200 
}
A {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 11px; 
}
A:hover {
  color: #D08787;
  text-decoration: underline;
  font-size: 11px; 
}


ul { 
margin-left:20px; 
margin-right:0px; 
list-style:circle; 
} 
