
a {
  text-decoration:none;
  font-weight:bold;
	color:#000080;
}
a:hover {
  text-decoration:none;
	color:#7f7fbf;
}

p {margin:5px 0 0 0; padding:5px 0 0 0;}
img { border-color:#ffffff; border:none;}

body
{
	font-family: Verdana, Geneva, Arial, Helvetica;
	/*background-color: rgb(255, 255, 153);*/
	color:#808080;
	font-size:small;
	margin:0;
	padding:0;
	line-height: 1.5em;
}

ul,li {
  list-style:none;
}

h1, h2, h3, h4, h5, h6
{}
h1{	font-size:xx-large;	text-align:center;}
h2{	font-size:x-large;}
h3{	font-size:large;}
h4{	font-size:medium;}
h5{}
h6{}


html, body {
	background-color:#191919;
    height:100%;width:100%;
}

#outer-frame{
	position:relative;
    height:100%;
	width:100%;
	background-color:#191919;
	text-align:center;
	margin:0 auto;
	border:none 1px #f00;
	}

#middle-graphic-frame{
    position:absolute;
    height:auto; /* auto */
    width:100%;
    bottom:0px;
    top:0px;
    left:0;
    right:0;
    margin:0px;
    text-align:left;
}

#middle-frame{
    position:absolute;
    top:0;left:0;bottom:0;right:0;
    width:100%;height:100%;
    margin:0px;
    padding:0px;
	border:none 1px #0f0;
}

.page-title-bar{
    position:relative;
    top:0;left:0;
    background-color:#000;
    color:#fff;
	  font-family: Verdana, Geneva, Arial, Helvetica;
    font-size:20px;
    border-bottom:solid 1px #888;
    padding: 5px 20px;    
    margin:0px;
    text-align:left;
    height:20px;
}
.page-title-bar a{
    color:#fff;

}
.credits-frame a{
  padding:0px 5px;
}
