body, table, td, div {
  font-family:'Times New Roman', 'Arial Narrow';
  font-size:16px;
  color:#555;
  text-align:center;
  text-decoration:none;
  font-weight:bold;
  margin:0 auto;
  }

body#background {
  background-image:url('/images/bg-water.jpg');
  background-repeat:repeat;
  background-attachment:fixed;
  padding:0;
  }

div#wrapper {
  width:900px;
  margin:10px auto;
  padding-top:10px;
  background-color:#FFF;
  border-radius:10px;
  box-shadow:5px 0 5px #000, -5px 0 5px #000;
  }

div.radius {
  border-radius:15px;
  border:2px solid #C00;
  text-align:center;
  background-color:#CCC;
  padding:0 15px;
  margin:10px;
  clear:both;
  }

a:hover {
  color:#C00;
  text-decoration:underline;
  font-weight:bold;
  }

li {
  margin-top:12px;
  text-align:left;
  }

h1 {
  font-size:36px;
  }

h2 {
  font-size:24px;
  }

.txt1 {
  font-size:10px;
  text-decoration:none;
  }

img {
  border-style:none;
  border:0;
  }

.pic {
  border:ridge #FC3 3px;
  height:240px;
  width:320px;
  }

