/* CSS Document */
<STYLE type="text/css">

div {
  title-style:italic
}

body {
  font-size:12pt;
  font-family:bookman old style;
  color:#000000;
  line-height:14pt;
  background-color:#000000;
  background-image:url(images/back.jpg);
  background-attachment:fixed;
  text-align:center;
}

h1 {
  font-size:48pt;
  font-family:lucida handwriting;
  color:#ffffff;
}


i.head{
  font-family:blackadder itc;
  font-size:19pt;
  color:#ffffff;
}


div{
  position:relative;
  border:2px solid black;
}

div.header {
  margin:5px;
  padding:10px;
  width:780px;
  height:150px;
  background-image:url(images/serenity.jpg);
}


div.menu {
  border-bottom:none;
  width:790px;
  padding:5px;
  background-color:#3399ff;
  font-size:15pt;
  font-family:lucida handwriting;
  color:#ffffff;
  text-align:center;
}

div.body {
  padding:15px;
  width:770px;
  min-height:400px;
  background-color:#cccccc;
}

div.copyright {
  border-top:none;
  width:800px;
  height:22px;
  background-color:#3399ff;
  color:#ffffff;
}

img{
  border:5px double black;
  padding:5px;
  margin:7px;
}


a {
  color:#000000;
  font-weight:bold;
  text-decoration:none;
}


form {

}


</STYLE>

