html body {
margin:0;
padding:0;
font:verdana,arial,helvetica,sans-serf;
font-size:13px;
color:#111;
background-color:#c6f3e6;
background-image:url(music.gif);
background-attachment:fixed;
}

/*elements*/
table,td,h1,h2,p,li {
	font-family:verdana,arial,helvetica,sans-serif;
	color:#009;
}
h1 {
	font-size:15px;
	color:#fff;
	background-color:#009;
	padding:5px;
}
h2 {
	font-size:13px;
	margin-bottom:4px;
}
p,  li {
	font-size:13px;
}
li {
	margin-bottom:12px;
}
a:link {
	font-weight:bold;
	color:#009;
	padding:0 6px;
}
a:visited {
	color:#009;
	font-weight:bold;
}
a:hover {
	background-color:#c6f3e6;
	text-decoration:none;
}
b {
	color:#009;
}
	
/*classes*/
a.no:visited {
	background-color:transparent;
}
a.no:hover {
	background-color:transparent;
}
a.norm {
	padding:0;
}
a.pl:link {
	text-decoration:none;
	color:#777;
}
a.pl:visited {
	text-decoration:none;
	color:#777;
}
.bk {
	padding:8px 30px;
	font-size:10px;
}
.bo {
	font-weight:bold;
}
.c {
	text-align:center;
}
.f {
	margin-top:4px;
	margin-bottom:4px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.g {
	color:#060;
}
.gry {
	color:#999;
}
.in {
	margin-left:40px;
}
.mid {
	width:50%;
}
.r {
	color:#ff0504;
}
.ri {
	text-align:right;
}
.sm {
	font-size:11px;
	line-height:15px;
}
.navbar ul { 
	list-style: none; 
	padding: 0; 
	margin: 0 0 32px; 
	text-align:center;
} 
.navbar li {
	display: inline;
}
.navbar li a {
	padding:2px 22px;
	text-decoration:none;
	background-image:url(notes.gif);
	background-repeat:repeat-y;
	font-weight:bold;
}
.navbar li a:visited {
	text-decoration:none;
}
.navbar li a:hover {
	color:#ff0504;
	background-color:transparent;
	background-image:url(notes2.gif);
	background-repeat:repeat-y;
}
.norm {
	font-weight:normal;
	font-size:10px;
}

/*ids*/
table#classes {
	width:450px;
	font-size:11px;
}
table#classes td {
	padding:2px 5px;
	background-color:#ddd;
}
table#classes b {
	color:#999;
}
#classes td.header {
	background-color:#00b;
	color:#fff;
	text-align:center;
	font-weight:bold;
}
table#classes1 {
	width:450px;
	font-size:11px;
}
table#classes1 td {
	padding:2px 5px;
	background-color:#ddd;
}
table#classes1 b {
	color:#999;
}
#classes1 td.header {
	background-color:#00b;
	color:#fff;
	text-align:center;
	font-weight:bold;
}
table#tuit {
	margin:10px 0 0 250px;
	width:300px;
}
table#tuit td{
	padding:2px;
}
table#tuit td.amt{
	border:1px solid #bbb;
	text-align:center;
}
#contain {
	width:100%;
}
#contain td {
	padding:0;
	margin:0;
}
#contain tr {
	padding:0;
	margin:0;
}
#main {
	width:744px;
	margin:0;
	color:#111;
	background-color:#fbf6c4;
}
#main td {
	padding:30px;
}