@import url(position.css);
body {
	margin : 0;
	padding: 0;
	font-family : "Times New Roman", Times, Serif;
	color : #0000AA;
	background : #CCCCCC url(http://mai-kai.com/img/clouds.jpg);
}

.black {
	color : White;
	background : Black;
}

.banner {
	background : white;
	height : 58px;
	white-space : nowrap;
	border-collapse : collapse;
}

.navbar {
	border : 0;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	width: 100%;
	white-space : nowrap;
}

.title {
	background : white;
	color : #6495ED;
	font-family : "Comic Sans MS", "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: 900;
	text-align: left;
	white-space : nowrap;
}

td.nav0 { border: 1px solid black; text-align: center; margin: 0; background : #6495ED; }
td.nav1 { border: 1px solid black; text-align: center; margin: 0; background : #00BFFF;  }

td.nav0 a {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
    display : block;
	background : #6495ED;
	color : White;
	text-decoration : none;
	text-align : center;
	white-space : nowrap;
}

td.nav1 a {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
    display : block;
 	background : #00BFFF;
	color : blue;
	text-decoration : none;
	text-align : center;
	white-space : nowrap;
}

td.nav0 a:hover { color : red; background: #E5F5FF; }
td.nav0 a:active { color : red; }
td.nav1 a:hover { color : black; background: #E5F5FF; }
td.nav1 a:active { color : black; }

img.cd {
	border : 4px double White;
}
table.content {
	border: 3pt groove White;
	color: Blue;
	background: url(../img/grid.gif);
	text-align : center;
}

table.content h2 {
	display : inline;
	color : #3333FF;
	font-family : "Courier New", Courier, monospace;
	font-weight : bold;
}

.songlist {
	background : #CCCCCC url(../img/clouds.jpg);
}

.songlist td {
	border-bottom: 1px solid #CCCCCC;
	white-space: nowrap;
	color : Navy;
	background : transparent;
/*	background : #87CEFA; */

}

.songtitle { font-weight : bold; }
.year { font-size : smaller; }

.cddescr {
	color : Navy;
}

div.nav {
	color: Gray;
	font-family : "Times New Roman", Times, serif;
	font-size: small;
	text-align : center;
 }
   
div.nav a { color : #0000AA; text-decoration : none; }
div.nav a:visited { color: Gray; }
div.nav a:active { 	color: Red; text-decoration: underline; }
div.nav a:hover { color: #0000AA; text-decoration: underline; }

body.black div.nav a { color : white; }
body.black div.nav a:visited { color : white; }

address {
    font-family : "Times New Roman", Times, serif;
	font-size : small;
	text-align : center;
	font-style : normal;
}

