body {
  background-color:black;
  background-image: url('Pictures/Backgrounds/Background.jpg');
  background-repeat: repeat-x;
  color:white;
  border:0px;
  margin:0px;
  padding:0px;
  scrollbar-base-color:#333333;
}

ul {list-style-type:square;}
ul ul {list-style-type:disc;}
ol {list-style-type:upper-roman;}

img {border:0px}

a:link {color: #0f0;}
a:visited {color: #0a0;}
a:hover {color: #ddd;}
a:active {color: #f00;}

.hidden_button 
{
  background:transparent;
  color:white;
  border:0;
  width:120px;
}

.black_button
{
  background-color:black;
  color:white;
  border:1px solid white;
  font-weight:bold;
}

#first_to_second_button
{
  float:left;
  position:relative;
  left:265px;
}

#second_to_first_button
{
  position:relative;
  left:-60px;
}*html #second_to_first_button{left:-90px;}

table.green {
  border:2px solid #0f0;
  background-color:BLACK;
}

table.red {
  background-color:#333;
  font-family: arial, helvetica, sans-serif;
  text-align:left;
}

table.red td {
  height:50px;
}

table.red th {
  background-image:url('Pictures/Backgrounds/Shaded_Top_Red.jpg');
  background-repeat:repeat-x;
  background-color:black;
}

table.red #letter{
  background-image:url('');
  background-color:#111;
  text-align:center;
}

table.red #left {
  vertical-align:middle;
  background-image:url('Pictures/Backgrounds/Background_Buttons.jpg');
  background-repeat:repeat-y;
  background-color:#333;
}

table.red #icon {
  background-color:black;
  text-align:center;
}

table #toTop {
 text-align:right;
 font-size:55%;
}

table.black {
  background-color:black;
  font-family: arial, helvetica, sans-serif;
  text-align:left;
}

table.black th {
  background-image:url('Pictures/Backgrounds/Tables/Black/Header.jpg');
  background-repeat:repeat-x;
  height:40px;
}

table.black #divider{
  background-image:url('');
  background-color:#111;
  text-align:center;
}

table.black #left {
  background-image:url('Pictures/Backgrounds/Tables/Black/Left.jpg');
  background-repeat:repeat-y;
}

img.left {float:left;}
img.right {float:right;}

ul.inline {list-style-type:none;}
ul.inline li {display:inline;}

.centerColumn {
  margin:25px;
  width:500px;
  text-align:center;
}

.leftColumn {
  float:left;
  margin-left:0px;
  width:270px;
}

.rightColumn {
  margin-left:275px;
  width:270px;
}

.linksConstant a:link {color: #0f0;}
.linksConstant a:visited {color: #0f0;}
.linksConstant a:hover {color: #ddd;}
.linksConstant a:active {color: #f00;}

.linksPlain a:link {color:white; text-decoration:none;}
.linksPlain a:visited {color:white; text-decoration:none;}
.linksPlain a:hover {color:white; text-decoration:none;}
.linksPlain a:active {color:white; text-decoration:none;}

.linksPlainU a:link {color:white; text-decoration:underline;}
.linksPlainU a:visited {color:white; text-decoration:underline;}
.linksPlainU a:hover {color:white; text-decoration:underline;}
.linksPlainU a:active {color:white; text-decoration:underline;}

p.title {
  font-family:arial, helvetica, verdana;
  font-weight:bold;
  font-size:80%;
  margin:0px;
  padding:0px;
}

p.info {
  text-indent: 1em;
  font-family: sans-serif, helvetica, verdana;
  font-size:70%;
  margin:0px;
  padding:0px;
}

.bio {
  background-color:black;
  border:0px;
  color: white;
  font-family: sans-serif, helvetica, verdana;
  font-size:70%;"
  scrollbar-base-color:#333333;
}


