a:active { 
  color: White; 
  text-decoration: underline;
}

a:hover { 
  color: White; 
  text-decoration: underline;
}

a:link {
  color: #EF8049;
  text-decoration: none;
} 

a:visited {
  color: #EF8049;
  text-decoration: none;
}

body {
  background-image: url(../images/greybackground.png);
  background-repeat: repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
}

div.copy {
  position: absolute;
  top: 500px;
  left: 30px;
  font-size: 11px;
  color: Black;
  font-weight: bold;
}

div.events {
  position: absolute;
  top: 435px;
  left: 65px;
}

div.flash {
  position: absolute;
  top: 157px;
  left: 275px;
  height: 36px;
  width: 40px;
}

div.fname {
  position: absolute; 
  top: 150px; 
  left: 510px;
}

div.mark {
  position: absolute;
  top: 225px;
  left: 517px;
  height: 296px;
  width: 206px;
}

div.nav {
  position: absolute;
  top: 210px;
  left: 290px;
  width: 150px;
  height: 220px;
}

div.orangebox {
  position: absolute;
  top: 212px;
  left: 546px;
  height: 322px;
  width: 196px;
  border-left: 1px solid #EF8049;
  border-right: 1px solid #EF8049;
  border-top: 1px solid #EF8049;
  border-bottom: 1px solid #EF8049;
}

div.outline {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 700px;
  height: 450px;
}

div.title {
  position: absolute;
  top: 70px;
  left: 310px;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 50px;
  color: White;
  font-weight: 100;
  margin: 0px 0px 0px 0px;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 20px;
  margin: 0px 0px 0px 0px;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: White;
  margin: 0px 0px 0px 0px;
}

li.links {
  color: #EF8049;
  line-height: 25px;
  font-weight: 400;
  margin: 0px 0px 0px 0px;
}

li.llink {
  color: #EF8049;
  line-height: 19px;
  font-weight: 400;
  margin: 0px 0px 0px 0px;
}

li.hlink {
  line-height: 19px;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
}

td {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
}

td.otopl {
  border-left: 3px solid black;
  border-right: none;
  border-top: 3px solid black;
  border-bottom: 1px solid black;
  width: 254px;
  height: 401px;
}

td.omain {
  border-left: 1px solid black;
  border-bottom: 3px solid black;
  border-right: 3px solid black;
  border-top: 3px solid black;
  width: 446px;
  height: 446px;
}

td.obotl {
  border-left: 3px solid black;
  border-bottom: 3px solid black;
  border-right: none;
  border-top: none;
  width: 254px;
  height: 49px;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

