body { 
    background: url(images/background.png);
    background-repeat: repeat-x;
    background-color: #373737;
} 

#header {
    background: url(images/title.png);
    background-repeat: no-repeat;
    height: 100px;
    margin-left: 100px;
}

#links {
    font-family: arial;
    font-size: 13px;
    color: rgb(100,100,100);
    margin-top: 30px;
}

#text {
    float: left;
    font-family: arial; 
    font-size: 13px;
    color: white;
    margin-left: 100px;
    margin-top: -58px;
    border: #404040;
    border-style: solid;
    border-width: 3px;
    background-color: black;
    padding: 20px;
}

#gallerytitles { 
    color: white;
}

a:link img { border: solid 2px rgb(100,100,100); }
a:visited img { border: solid 2px rgb(100,100,100); }
a:active img { border: solid 2px rgb(100,100,100); }
a:hover img { border: solid 2px rgb(255,255,255); }

#mygallery {
    font-weight: bold;
    float: left;
    font-family: arial;
    font-size: 13px;
    color: rgb(100,100,100); 
    margin-left: 100px;
    margin-top: -58px;
    border: #404040;
    border-style: solid;
    border-width: 3px;
    background-color: black;
    padding: 20px;
}

a:link {text-decoration: none; color: rgb(100,100,100); }
a:visited {text-decoration: none; color: rgb(100,100,100);}
a:active {text-decoration: none; color: rgb(100,100,100);}
a:hover {text-decoration: none; color: rgb(255,255,255); font-weight: bold;}