body {
     background-color: black;
     background-image: url("../images/mkbackground.jpg");
     background-attachment: scroll;
     background-repeat: repeat-y;
     background-position: 50% 0%;
     color: #888888;
     font-size: 8pt
}

#deprecated {
     background-image: url("../images/mkbackground2.jpg");
     background-attachment: scroll;
     background-repeat: repeat-y;
     background-position: 50% 0%;
     filter:alpha(opacity=95);
     opacity: 0.95;
}

#donate {
     color: #999999;
     background-color: black;
     text-align: center;
     padding: 5px;
     font-size: 9pt;
     margin-left: 9px;
     margin-right: 9px;
}

#submenu, recentnews {
     color: #ffffff;
     text-align: right;
     font-size: 9pt;
     font-family: dyer, times;
     font-weight: bold;
     text-transform: lowercase;
}

#newsitems {
     display: none;
}

ul {
     list-style-type: decimal;
     list-style-position: outside;
     text-align: left;
     margin-left: 19px;
     margin-right: 9px;
     padding: 5px;
     font-family: dyer, times;
     font-size: 11pt; 
     font-weight: normal;
     text-transform: lowercase;
     background-color: #000000;
}

ol {
     list-style-type: none;
     list-style-position: inside;
     margin-left: 9px;
     margin-right: 9px;
     padding: 5px;
     text-align: right;
     font-family: sans-serif;
     font-size: 9pt; 
     font-weight: normal;
     text-transform: none;
     background-color: #000000;
}

li {
     margin-top: 0.4em;
     margin-bottom: 0.6em;
     color: #dddddd;
}

h1, h2, h3  {
     color: white;
     background-color: #444444;
     text-align: left;
     font-size: 13pt; 
     padding: 0.3em 0.3em;
     font-family: dyer, times;
     text-transform: lowercase;
     display: block;
     opacity: 0.9;
     filter:alpha(opacity=90);
     margin-top: 0px;
}

p  {
     text-align: left;
     margin-left: 9px;
     margin-right: 9px;
     font-family: sans-serif;
     display: block;
}

p.note  {
     margin-left: 5px;
     margin-right: 0px;
     font-family: times;
     font-size: 8pt; 
}

p.mini  {
     text-align: left;
     margin-left: 10px;
     margin-right: 10px;
     font-family: sans-serif;
     font-size: 8pt; 
}

p.quote  {
     text-align: left;
     margin-left: 30px;
     margin-right: 30px;
     font-family: times;
     background-color: white;
     color: black; 
     padding: 0.2em 0.2em;
     font-size: 10pt; 
}

p.title  {
     text-align: center;
     font-family: times;
     font-size: 10pt; 
     padding: 0.0em 0.0em;
}

p.dyer  {
     margin-left: 10px;
     margin-right: 10px;
     font-family: dyer, times;
     font-size: 11pt; 
}

p.menu  {
     color: #999999;
     background-color: black;
     text-align: right;
     font-size: 10pt;
     padding: 5px;
     font-family: dyer, times;
     font-weight: bold;
     text-transform: lowercase;
}

p.sidebar  {
     color: #999999;
     background-color: black;
     text-align: right;
     padding: 5px;
     font-size: 10pt;
     font-family: dyer, times;
     font-weight: bold;
     text-transform: lowercase;
}

p.donate  {
     text-align: right;
     font-size: 9pt;
     font-family: sans-serif;
}

p.albums  {
     color: #ffffff;
     background-color: black;
     text-align: right;
     font-size: 9pt;
     padding: 5px;
     font-family: dyer, times;
     font-weight: bold;
     text-transform: lowercase;
}

p.footermenu  {
     color: #999999;
     text-align: center;
     font-size: 10pt;
     padding: 0.0em 0.0em;
     font-family: dyer, times;
     font-weight: bold;
     text-transform: lowercase;
}

p.top  {
     color: black;
     text-align: left;
     font-size: 10pt;
     padding: 0.0em 0.0em;
     font-family: dyer, times;
     font-weight: bold;
     text-transform: lowercase;
}

img.icon {
     float: left;
     clear: left;
     border-color: transparent;
     margin-left: 3px;
     margin-right: 3px;
     filter:alpha(opacity=95);
     opacity: 0.95;
}

input.paypal {
     float: right;
     clear: right;
}

img {
     float: right;
     clear: right;
     border-color: transparent;
     margin-left: 5px;
     margin-right: 5px;
     margin-bottom: 5px;
     filter:alpha(opacity=95);
     opacity: 0.95;
}

img.menu {
     float: none;
     margin-left: 0px;
     margin-right: 0px;
     filter:alpha(opacity=95);
     opacity: 0.95;
}

img.title {
     float: none ! important; 
     margin-left:0;
     filter:alpha(opacity=100);
     opacity: 1.0;
}

img.external {
     float: none; 
     margin-left: 0px;
     margin-right: 0px;
     filter:alpha(opacity=100);
     opacity: 1.0;
}

img:hover {
     filter:alpha(opacity=100);
     opacity: 1.0;
}


h5  {
     color: black;
     text-align: left;
     font-size: 11pt;
     padding: 0.3em 1.0em;
     font-family: dyer, times;
     text-transform: lowercase;
}

h5.menu  {
     color: black;
     text-align: center;
     font-size: 11pt;
     padding: 0.0em 0.0em;
     font-family: dyer, times;
     text-transform: lowercase;
}

a  {
     width:6em;
     text-decoration:underline;
     color:#dddddd;
}

a.menu  {
     width:6em;
     text-decoration:underline;
     color: #dddddd;
}

a:hover {
     color: white;
     text-decoration:underline;
}

a:visited:hover {
     color: white;
     text-decoration:underline;
}

a:visited {
     color: #9a9a9a;
     text-decoration:underline;
}

table {
     border-collapse: collapse;
     table-layout: auto;
}

table.title {
     border-collapse: collapse;
     table-layout: auto;
     border-top: 18px solid #444444;
     border-left: 18px solid #444444;
     border-right: 18px solid #444444;
     border-bottom: 18px solid #444444;
     filter:alpha(opacity=80);
     opacity: 0.8;
}

td  {
     vertical-align: top;
     padding: 0em;
     filter:alpha(opacity=90);
     opacity: 0.9;
     font-size: 11pt;
     background-color: black;
     color: #eeeeee
}

td.tracklist {
     padding: 3px;
}

td.menu  {
     padding: 0px;
     background-color:#444444;
     filter:alpha(opacity=80);
     opacity: 0.8;
}

td.image  {
     padding: 0em;
     filter:alpha(opacity=100);
     opacity: 1.0;
}

td.title  {
     color:#999999;
     filter:alpha(opacity=90);
     text-align: center;
     opacity: 0.9;
     font-size: 9pt;
     font-family: sans-serif;
     padding: 3px;
     margin-top: 0px;
     margin-bottom: 0px;
}

td.albums  {
     color:#999999;
     filter:alpha(opacity=70);
     opacity: 0.70;
     font-size: 9pt;
     font-family: sans-serif;
}