html, body {
  margin:0;
  padding:0;
  height:100%;
  border:none;
}

html {
  width: 90%;
  padding-left: 5%;
}

body {
	color: #0f0;
	background-color: #000;;
	disabled-background-image: url(http://saahbs.net/gfx/background.jpeg);
	background-attachment: left;
	background-repeat: no-repeat;
	font-family: "bitstream vera sans serif", tahoma, sans-serif;
}

table, tbody, tr, td, {
  padding: 0px;
  margin: 0px;
  border-style: none;
  border-width: 0px;
  border-color: #fff;
}

td {
  border-style: solid;
  border-width: 0px;
}

hr {
	width: 100%;
	height: 1px;
	color: #555;
	z-index: 0;
}

a:link, a:active, a:visited, a:hover {
	color: #88f;
	font-weight: bold;
	text-decoration: none;
	border-style: none;
}

a:hover {
	text-decoration: none;
	color: white;
	background-color: black;
}

