/* basic */

a:hover {
  background: transparent;
  color: #ff0000;
  text-decoration: underline;}
body {
  background: #fff;
  color: #000;
  font-family: Verdana, Helvetica, sans-serif;
  margin: 2em;}

/* about - thanks Opera */

#aboutus {
  float: left;
  margin: 0;
  padding: 0;
  width: 60%;}

#contact {
  float: right;
  margin: 0%;
  padding: 0%;
  width: 35%;}

/* ip securefx faqwebmail www.alistapart.com/stories/practicalcss */

abbr , acronym , .help {
  border-bottom: 1px dotted #333;
  cursor: help;}

/* numbers status www.bluerobot.com/web/css/center1.html */

.autocenter {
  background: #fff;
  color: #000;
  font-family: Verdana, sans-serif;
  margin: 50px 0;
  padding: 0;
  text-align: center;}
.content {
  background: #eee;
  border: 1px dashed #333;
  color: #000;
  margin: 0 auto;
  padding: 15px;
  text-align: left;
  width: 500px;}
.servers {
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  width: 500px;}

/* faqs (faq faq-mini faqdsl faqwebmail securefx billingpolicy) */

.category {
  font-size: 120%;}
.faq {
  background: #fff;
  color: #000;
  font-family: Verdana, Helvetica, sans-serif;
  margin: 2em 15em 2em 2em;}

/* webhosting */

td.blk {
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;}

/* other */

hr {
  text-align: left;}
.center {
  text-align: center;}
.bold {
  font-weight: bold;}
.indent {
  margin-left: 2em;}
.warning {
  font-size: 75%;}
.ip {
  background: #ffff66;
  border: 1px dotted #333;
  color: #000;
  font-size: 130%;
  font-weight: bold;
  padding: 2px;
}

/* top breadcrumb trail (thanks Mark) */

#breadcrumb {
  background: #f5f5f5;
  color: #222;
  font-size: 90%;
  width: 97%;
  padding: 3px;
  line-height: 140%;
}

#breadcrumb #thispage {
  font-weight: bold;
}

/* bottom breadcrumb trail */

#bread {
  background: #f5f5f5;
  color: #222;
  font-size: 90%;
  width: 97%;
  padding: 3px;
  line-height: 140%;
}

#bread #this {
  font-weight: bold;
}