h1
 
{
border-style:solid;
border-color:rgb(80,80,80);
border-width:10px;
background-color:rgb(150,150,150);
color:rgb(255,255,255);
text-align:center;
}


body 
{

background-color:rgb(0,0,0);
color:rgb(255,255,255);
text-align:center;


font-size:1.175em;
}

img {
border-style:solid;
border-width:10px;
border-color:rgb(80,80,80);
}


a:link {color:rgb(255,255,255);}
a:visited {color:rgb(255,255,255);}
a:hover {color:rgb(255,255,255)}
a:active {color:rgb(255,255,255);}



div
{position:RELATIVE;
vertical-align: middle;
border-style:solid;
border-width:1px;
width: 500px;
text-align:center;
padding:15px;
}

div.top
{


width: 500px;
text-align:left;
padding:15px;
}

p.smaller

{
color:rgb(88,0,0);
font-size:0.85em;

}


