	/* style for nav bar */
.menu { position:absolute; top:0px; left:0px; border-style:none; width:170px; background-color:black; color:white; font-size:13 }

	/* style for the links on the navbar */
.menulink { color:blue; font-size:12 }

	/* style for the body tag of ALL pages (areas not covered by other boxes)*/
.body { background-color:black; color:black; font-size:12 }

	/* style for the main text area on all other pages */
.page { position:absolute; top:0px; left:180px; width:80%; border-style:none; background-color:black; color:white; font-size:14 }

	/* style for the title bars on pages */
.bar { position:static; height:20px; color:black; background-color:green; font-weight:bold; font-style:normal; font-size:14 }

	/* style for song title bar */
.song { position:static; height:20px; color:black; background-color:green; font-weight:bold; font-style:normal; font-size:14 }

	/* style for the main text area on song lyric pages */
.lyrics { position:absolute; top:0px; left:180px; width:80%; border-style:none; background-color:black; font-size:14; color:white; font-style:italic }

	/* style for links within the site */
.link { color:blue; font-style:normal; font-size:12; text-decoration:underline}

	/* style for links on the links page */
.linkpage { color:blue; font-style:italic; font-size:12; text-decoration:underline}

	/* style for subsection area (currently only used on links page) */
.subhead { color:white; font-weight:bold; font-size:14 }

	/* style for page notes and symbol for notes */
.note { font-size:12; color:tan; font-style:italic }
.notestar { font-size:12; color:gray; font-style:italic }

	/* unused ( backup of a .body that will allow for chaning the scroll bar */
/*
.bodybak { background-color:black; color:white; font-size:12; scrollbar-face-color: #000000; scrollbar-shadow-color: #000000; scrollbar-highlight-color: #000000; scrollbar-3dlight-color: #4F4F4F; scrollbar-darkshadow-color: #4F4F4F; scrollbar-track-color: #363636; scrollbar-arrow-color: #ffffff }
*/
