/* CSS Document */

/* Menu container */
#menu {position: absolute; left: 750px; top: 20px; width: 146px; height: 519px; z-index: 100; visibility: visible;}

/*Holds main content */
#content {position: absolute; left: 20px; top: 20px; width: 680px; height: 100%px; z-index: 100; visibility: visible;}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	line-height: 150%;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #3333CC;
	text-align: center;
}

p, .song, ul, ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	font-weight: normal;
}

.song {font-style: italic;}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 120%;
	text-align: center;
	color: #3333CC;
}
.comments {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	color: #3333CC;
}
body {
	background-image: url(images/lightergradient.jpg);
	background-repeat: repeat-y;
}

a:active { color: #3366CC; text-decoration: none;}
a:link { color: #3366CC; text-decoration: none;}
a:hover {  color: #3366CC; text-decoration: underline;}
a:visited { color: #660099;  text-decoration: none;}
/*a:visited:hover { color: #660099;  text-decoration: underline;}*/
a:link:hover {  color: #3366CC; text-decoration: underline;} 


a {text-decoration: underline}