body {
background-color: #000066;
}

#emailbox {
  margin: 80px;
  background-color: #BBBBBB;
  padding-left: 10px;
  padding-top: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: black;
}

#page {
  width: 700px;
  font-family: Verdana;
  background-color: #FFFFFF;
}

#pagewide {
  width: 950px;
  font-family: Verdana;
  background-color: #FFFFFF;
}

#rightside {
  float: right;
  width: 230px;
  background: #FFFF66;
  padding: 5px 10px 5px 10px;
  margin-bottom: 10px
}

#leftside {
  width: 670px;
  background-color: #FFFFFF;
}

p, blockquote {
  margin: 15px;
  font-size: small;
  text-align: left;
}

form {
  font-size: small;
  padding: 10px;
  text-align: left;
}

h1 {
  border-left: 65%;
  width: 400px;
  color: white;
  text-align: center;
  font-size: x-large;
}

h2 {
/*  border-left: 75%; */
  width: 400px;
  color: white;
  text-align: center;
  font-size: xx-large;
}

h3 {
text-align: left;
font-size: small;
margin-left: 20px;
}

h4 {
  text-align: left;
  font-size: medium;
  margin-left: 10px;
  color: red;
  }

ul, li {
  text-align: left;
  font-size: small;
}


.bolder {
  font-weight: bold;
}

.bu {
  font-weight: bold;
  text-decoration: underline;
}

.ital {
  font: italic;
}


.highlight {
  background-color: #FFFF00;
}

.smaller {
  font-size: x-small;
}

.un {
  text-decoration: underline;
}

.un_hi {
  text-decoration: underline;
  color: #FFFF00;
}

p.footer {
  margin: 15px;
  font-size: x-small;
  text-align: center;
}

img {
  margin: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: black;
}

.img_right {
  float: right;
}

.box_right {
  float: right;
  margin: 5px;
}
