* {
margin:0;
padding:0;
}
html {
height:100%;
width:100%;
overflow-x:auto;
overflow-y:scroll;
}
body {
height:100%;
width:100%;
font-family:verdana, times, arial;
background-color:#000;
}
#navigation {
width:650px;
margin-left:auto;
margin-right:auto;
border-top-style:solid;
border-top-color:#aaa;
border-top-width:0px;
}
#banner {
width:900px;
margin-left:auto;
margin-right:auto;
}
#content {
border-width:0px;
border-style:solid;
border-color:#aaa;
color:#fff;
text-align:center;
font-size:13px;
margin-left:auto;
margin-right:auto;
padding:20px;
width:90%;
min-width:860px;
background-image:url(darkred.gif);
overflow:hidden;
}
#albumcontent {
height:226px;
width:538px;
margin-left:auto;
margin-right:auto;
border-width:0px;
border-style:solid;
border-color:#aaa;
overflow:hidden;
z-index:-1;
}
div.img {
height:auto;
width:auto;
text-align:center;
}
div.img img {
display:inline;
}
h1 {color:#fff;font-size:20px;text-align:center}
h2 {color:#fff;font-size:20px;text-align:center}
h3 {color:#fff;font-size:20px;text-align:justify}
h4 {color:#fff;font-size:14px;font-weight:bold;text-align:justify}
h5 {color:#fff;font-size:14px;font-weight:bold;text-align:center}
h6 {color:#fff;font-size:12px;font-weight:bold;text-align:center}
p {color:#fff;font-size:14px;text-align:center}
p.justify {color:#fff;font-size:14px;text-align:justify}
p.links {color:#fff;font-size:13px;font-weight:bold;text-align:center;}
p.links2 {color:#fff;font-size:15px;font-weight:bold;text-align:center}
p.links3 {color:#fff;font-size:25px;font-weight:bold;text-align:center}
a:link {color:#fff;text-decoration:underline}
a:visited {color:#fff;text-decoration:underline}
a:hover {color:#fff;text-decoration:underline}