<!-- change this colors to your own -->
body {
background: white;
color: red;
}

.albumtitle {
color: #000000;
background: transparent;
font-size: 28px;
font-weight: bold;
text-align: center;
}

.picshadow {
background: #AAAAAA;
}

a:link {
color: #ff0000;
background: transparent;
}
a:visited {
color: #800080;
background: transparent;
}
a:active {
color: green;
background: transparent;
}












