h1 
{ 
	font-family: Arial, Helvetica, sans-serif;
	color: gray;
	text-align: center;
}

h2 
{ 
	font-family: Arial, Helvetica, sans-serif;
	color: gray;
	text-align: center;
}

h3 
{ 
	font-family: Arial, Helvetica, sans-serif;
	color: gray;
}

h4 
{ 
	font-family: Arial, Helvetica, sans-serif;
	color: gray;
}

body 
{ 
    font-family: Arial, Helvetica, sans-serif;
    color: gray;
    background-image: url(../images/hubble-deep-field.jpg)
}

a       
{ 
	color: gray; 
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif 
}

a:hover 
{ 
	text-decoration: underline;
}

.foot a:hover
{ 
	color: white; 
	text-decoration: underline;
}

td table
{
    width: 100%;
    border-style: none;
    cell-spacing: 5;
    background-color: white;
}
table 
{
    font-family: Arial, Helvetica, sans-serif;
    width: 780px;
    border-color: gray;
    border-width: thin;
    border-style: solid;
    cell-spacing: 5;
    background-color: white;
}
th 
{
    background-color: #444;
//    background-color: gray;
    color: white;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 2em;
}
td 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14;
    padding: 9
    margin-top: 14px;
}
td.left 
{
    background-color: #D3D3D3;
    width: 220px;
    font-size: 14;
    padding: 0;
    vertical-align: top;
}

.caption      
{         
    font-size: small;         
    color: gray;      
}

.foot 
{ 
	font-size: small; 
	color: white; 
	text-align: center;
}

#nav
{
    align: right;
    width: 16em;
    background-color: #9cc;
    color: #333;
    font-weight: bold; 
    border-right: 1px solid #666;
    padding: 0;
    margin-bottom: 1em;
}

#nav p
{
//  width: 220px;
//  background-color: gray;
    display: none;
}

#nav ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    align: left;
}

#nav ul li
{
    align: left;
    margin: 0;
    border-top: 1px solid #666;
}

#nav ul li a
{     
    display: block;
    padding: 3px 3px 3px 0.9em;
    border-left: 10px solid #444;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    background: gray;
    color: #D3D3D3;        // Lightgray 
    text-decoration: none; 
    width: 100%;
}

html>body #nav ul li a
{     
    width: auto;
}

#nav ul li a:hover
{
    color: white;
    border-left: 10px solid #666;
    border-right: 1px solid #333;
    border-bottom: 1px solid #666;
    background: #D3D3D3;
    text-decoration: none
}

// #nav a#current
// {
  //   color: white;
 //    text-decoration: none
// }

#nav ul li a#current 
{
    width: 230px;
    background-color: white;
    color: gray; 
//  border-color: #227;
    border-left: 10px solid #666;
    border-right: 1px solid white;
}

#rand_img
{
//      width: 140px;
        margin-top: 10 auto;
//      padding: 4px;
}

#rand_img img
{
//      width: 140px;
        display: block;
        margin: 0 auto;
        padding: 4px;
        background: #fff;
        border:1px solid #666;
}


