body
{background-color:#303030;
background-attachment:fixed;
}

ul
{float:right;
width:100%;
padding:0;
margin-top:0;
margin-right:20%;
list-style-typr:none;
}
a{float:right;
width:8em;
text-decoration:none;
color:#707070;
size:+3;
font-family:Tempus Sans ITC,Comic Sans MS,Verdana,Trebuchet,Arial;
background-color:#303030;
padding:0.4em 0.8em;
border-right:10px solid #303030;
}
a:hover {color:#cccccc}
li{display:inline}

div.container
{
margin:0 auto;
width:100%;
height:100%;
background-color:#303030;
background-attachment:fixed;
z-index:-1;
}

div.header
{
height:1.5in;
width:100%;
margin: 0 auto;
}

div.photocontent
{
height:4in;
width:6in;
margin:0 auto;
padding:2em;
background-color:#303030;
text-align: center;

}
div.footer
{
width:100%;
height:1in;
font-family:Tempus Sans ITC,Comic Sans MS,Verdana,Trebuchet,Arial;
color:#707070; 
margin:0 auto;
text-align:center;
padding:2em;
background-color:#303030;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #E9FECB;
width: 205px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
}
}



