BODY {
  font-family: Arial;
  font-size: 10pt;
}

#wrapper {
width:700px;
margin:0 auto; /* the auto declaration centers the content on the page */
background:#fff;  
border:1px solid #fff; 
border-color:#fff
padding-bottom:10px; /* keeps the last block of text from the bottom of the webpage */
}

A {
  color: #0000FF;
}

A:active {
  color: #000000;
}

A:hover {
  color: #FF3300;
}

A:visited:hover {
  color: #FF3300;
}

A:visited {
  color: #0000FF;
}

A.tdn:hover {
  color: #FF3300;
}

.tdn {
  text-decoration: none;
}

.t {
  color: #FFFFFF;
  text-decoration: none;
}

A.topbar {
  color: #FFFFFF;
  text-decoration: none;
}

A.topbar:active {
  color: #003366;
}

A.topbar:visited {
  color: #FFFFFF;
}

A.topbar:hover {
  color: #FF3300;
}

A.topbar:visited:hover {
  color: #FF3300;
}

A.chan {
  color: yellow;
  text-decoration: none;
}

A.chan:active {
  color: #003366;
}

A.chan:visited {
  color: yellow;
}

A.chan:hover {
  color: #FF3300;
}

A.chan:visited:hover {
  color: #FF3300;
}

a:visited:hover.ql {
  color: #FF3300;
}

P {
  font-size: 10pt;
  font-family: Arial;
}


