@charset "utf-8";
/* CSS Document */
* {
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
background: url(bodylogo.png) center top no-repeat;
}
#nav {
margin-top: 50px;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
color: black;
}
#nav ul {
text-align: center;
}
#nav li {
display: inline;
padding: 0 3px;
}
#nav li a {
text-decoration: none;
color: #5f5f5f;
}
#nav li a:hover {
color: #CCC;
}
#albums {
margin-top: 50px;
margin-left: 30%;
font-family: Verdana, Geneva, sans-serif;
font-size: 13px;
line-height: 1.5em;
}
#albums a {
text-decoration: none;
color: #5f5f5f;
}
#albums a:hover {
color: #CCC;
}
#albums ul {
list-style: none;
}