html{
overflow-y:scroll;
overflow-x:auto;
}

body{
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 11pt;
margin:0;
padding:0;
background-color: #000;
color: gold;
text-align: center;
}

a {
text-decoration: underline }
a:link { color: gold;
}

a:visited { color: #ccc;
}

a:hover { 
color: yellow;
}

.mainnav {
font-size: 11pt;
text-align: center;
}


.portfolio {
border: 1px;
border-style: solid;
border-color: gold;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
display: block;
}

.slideshow {
margin-top: 1px;
margin-bottom: 0px;
border: 1px;
border-style: solid;
border-color: gold;
}

.sstext {
color: #fff;
}

img {
margin-top: 0px;
margin-bottom: 0px;
}

h4 {
color: yellow;
font-size: 14pt;
text-align: center;
}


.film {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
background-image: url('images/stars.gif');
margin-top:10px;
}

ul {
color: #000;
}

