/* Sets up default link colors */
a:link { color: #000000; }
a:visited { color: #000000; }
a:active { color: #000000; }
a:hover { color: #999999; }

/* Sets up the menu.php link colors */
a.x:link { 
  font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #FFFFFF; 
	text-decoration: none;
	}
a.x:visited { 
  font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #FFFFFF; 
	text-decoration: none; 
	}
a.x:active { 
  font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #000000; 
	text-decoration: none; 
	}
a.x:hover { 
  font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #CCCCCC; 
	text-decoration: none; 
	}

/* Sets up the link colors in the in light colored text areas link colors */
a.y:link { color: #000000; }
a.y:visited { color: #000000; }
a.y:active { color: #000000; }
a.y:hover { color: #444444; }

/* Defualt font for all pages with td's that arent specified with td class="x" */
td { 
  font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	}

/* Makes text look like the links on menu.php */
td.t { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 10pt; 
  color: #ffffff; 
  }

/* Sets the background color of the FAQ to redish for stand out effect (c for color) */
td.c { 
  background-color:#D69F98; 
	color:#000000; 
	}

/* Sets the background to black and loads a copper puddle image (pc = picture, copper) */
th.pc { 
  font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	background: url(../images/bcms.jpg) #000000 ; 
	color:#D69F98; 
	}

/* Sets up the font and redish color for the hosting*.php pages */
th.x { 
  font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	background-color:#D69F98; 
	color:#000000; 
	} /* CSDDDD alternate tealish color for the page */

/* Sets up the margins in tables since cellpadding doesn't work in a <td> and I'm to lazy to make that many tables */
p { 
  margin: 0px 5px
  }

/* News headine color */
p.n { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 10pt; 
  color: #FF0000; 
  }
/* Responsible for the black border on the hosting-*.php tables */
table.y { 
  background-color:#000000;
  }
td.logo-host {
  background: url(../images/dach.jpg) no-repeat;
  }
