div.lyricspage {
    position: absolute;
		top: 280px;
		left: 160px;
    width: 572px;
    color: #F5F5F5;
    font-size: 14px;
}

div.toptable {
		text-align: center;
}

.artistname {
    font-size: 20px;
    font-weight: bold;
}

div.songtitles {
    text-align: center;
}

.songnotes {
    border: 0px;
    width: 350px;
}

.songcredits {
    border: 0px;
    width: 672px;
}

.creditsheader {
    font-weight: bold;
}

.notesheader {
    text-align: center;
    font-weight: bold;
}

.thetitle {
    font-weight: bold;
}

a:link {
    color: #FF9507;
    text-decoration: none;
}

a:visited {
    color: #FF9507;;
    text-decoration: none;
}