
BODY {
    font-family: verdana;
    font-size: x-small;
}

A		{ color: #222; text-decoration: underline; font-weight:bold;} 
A:link		{ color: #444; text-decoration: underline; font-weight:bold;} 
A:visited	{ color: #444; text-decoration: underline; font-weight:bold;} 
A:active	{ color: #000; text-decoration: underline; font-weight:bold;} 
A:hover		{ color: #000; text-decoration: underline; font-weight:bold;} 

.project {
    padding: 5px; 
    color: #333;
    border: 1px solid #ccc;
    width: 500px; 
}

.lyrics {
    margin-left: 20px;
}

.project H3 {

}