h1 {
font-size: 24px;
font-family: Times New Roman, Georgia, serif;
color: black;
letter-spacing: +1;
font-weight: normal;
line-height: 30px;
}

h2 {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
font-weight: normal;
color: black;
letter-spacing: +2;
line-height: 8px;
}

p {
font-family: Times New Roman;
font-size: 12px;
text-indent: 15px;
color: black;
margin-top: 0px;
}

/* id */

#page {
margin: 5px;
}

#nav {
width: 160px;
margin: 0px;
padding: 5px;
float: left;
}

#body {
margin-left: 200px;
padding: 5px;
max-width: 600px;
}


/* class */

.title {
font-family: Verdana, Arial, sans-serif;
font-size: 14px;
color: black;
padding: 5px 0px;
letter-spacing: +2;
font-weight: bold;
line-height: 16px;
text-transform: uppercase;
}

.intro {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
color: black;
padding: 5px 0px;
line-height: 12px;
letter-spacing: +2;
word-spacing: +4;
}

.navlinks {
text-align: center;
}

.hr_solid {
border-top: medium solid black;
padding: 5px;
}

.hr_dotted {
border-bottom: thin dotted black;
padding: 5px;
}

.hr_thin {
border-top: thin solid #666666;
padding: 0px;
}

.floatright {
float: right;
clear: right;
margin: 0 0 10px 10px;
border: 1px solid #666;
padding: 5px 5px 40px 5px;
}

.floatleft {
float: left;
clear: bottom;
max-width: 250px;
margin: 10px;
border: 0;
}

.navimage {
padding: 5px;
border: 1px solid #666;
margin-top: 5px;
}

.date {
font-family: Verdana, Arial, sans-serif;
font-size: 14px;
font-weight: normal;
color: red;
letter-spacing: 0;
line-height: 8px;
text-transform: uppercase;
}

.music {
margin: 0 0 5 0;
width: 600px;
border-top: thin dotted black; 
clear: right;
}

.tracks {
width: 400px;
}

/* link styles */


a.nav:link {
font-family: Georgia, Times New Roman, serif;
color: black;
background-color: none;
font-size: 11px;
font-style: italic;
line-height: +2;
padding: 5px;
margin: 5 0 5 0;
text-decoration: none;
}


a.nav:visited {
font-family: Georgia, Times New Roman, serif;
color: black;
background-color: none;
font-size: 11px;
font-style: italic;
line-height: +2;
padding: 5px;
margin: 5 0 5 0;
text-decoration: none;
outline: none;
}

a.nav:hover {
font-family: Georgia, Times New Roman, serif;
color: black;
background: yellow;
font-size: 11px;
font-style: italic;
line-height: +2;
padding: 5px;
margin: 5 0 5 0;
text-decoration: none;
}

a.title:link {
font-family: Verdana, Arial, sans-serif;
font-size: 14px;
color: black;
padding: 5px 0px;
letter-spacing: +2;
font-weight: bold;
line-height: 16px;
text-transform: uppercase;
text-decoration: none;
}

a.title:visited {
font-family: Verdana, Arial, sans-serif;
font-size: 14px;
color: black;
padding: 5px 0px;
letter-spacing: +2;
font-weight: bold;
line-height: 16px;
text-transform: uppercase;
text-decoration: none;
outline: none;
}

a.title:hover {
font-family: Verdana, Arial, sans-serif;
font-size: 14px;
color: white;
background-color: red;
padding: 5px 0px;
letter-spacing: +2;
font-weight: bold;
line-height: 16px;
text-transform: uppercase;
text-decoration: none;
}

a:link {
text-decoration: none;
color: black;
line-height: normal;
border: none;
}

a:visited {
text-decoration: none;
color: black;
line-height: normal;
border: none;
}

a:hover {
text-decoration: none;
color: black;
background-color: yellow;
line-height: normal;
border: none;
}

