/*<link rel="stylesheet" href="mystyles.css" type="text/css">*/

table.contact
{
background-image: url(images/contact_picture.jpg);
background-repeat: no-repeat;
background-position: 85% 30%;
}

table.mars
{
background-image: url(images/mars.jpg);
background-repeat: no-repeat;
background-position: 85% 45%;
}

table.sisters
{
background-image: url(images/sisters.jpg);
background-repeat: no-repeat;
background-position: 85% 81%;
}

.menuh1
{
font-family: verdana, helvetica, sans serif;
font-size: .8em;
color: #ffffff;
}

table.frame
{
border-color: #600;
border-style: double;
spacing: 5px;
}

table.white
{
background-color: #fff;
}

.h1bold
{
font-family: Gill Sans, helvetica, sans serif;
font-size: 1.2em;
color: #999;
}

.feature
{
font-family: Gill Sans, helvetica, sans serif;
font-weight: bold;
font-size: .9em;
color: #000;
text-transform: uppercase;
letter-spacing: .5em;
}

.h1
{
font-family: Gill Sans, helvetica, sans serif;
font-size: 1.2em;
color: #000;
}

.h2
{
font-family: Gill Sans, helvetica, sans serif;
font-size: 1em;
color: #999;
}

.h3headers
{
font-family: Gill Sans, helvetica, sans serif;
font-size: .9em;
color: #999;
letter-spacing: .2em;
}

.h3
{
font-family: Gill Sans, helvetica, sans serif;
font-size: .8em;
color: #999;
}

.credits
{
font-family: verdana, helvetica, sans serif;
font-size: .6em;
color: #999;
}

a:link
{
text-decoration: none;
color: #999;
}

a:visited
{
text-decoration: none;
color: #999;
}

a:active
{
text-decoration: none;
color: #999;
}

a:hover
{
text-decoration: none;
color: #fff;
}