/*
   HTML 4.0 CSS declaration for Oz Music Code LLC. web pages.
   Copyright Oz Music Code LLC. (c) 2003-2005, All Rights Reserved.

   Leigh Smith <leigh@ozmusiccode.com>
*/

body {
    background: rgb(34, 34, 34);
    font-family: Verdana, "Times New Roman", sans-serif; 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

h3 {
    color: rgb(209, 199, 23);
    font-size: 80%;
}

/* for visited links */
A:visited {
    color: rgb(0, 0, 0);
}

/* when link is clicked */
A:active {
    color: rgb(255, 0, 102);
}

/* when mouse is over link */
div.productdescr A:hover {
    color: rgb(167, 221, 0); 
    background: rgb(8, 49, 143);
} 

/* for unvisited links */
div.productdescr A:link {
    text-decoration: none;
    color: rgb(167, 221, 0); 
}

/* for visited links */
div.productdescr A:visited {
    text-decoration: none;
    color: rgb(167, 221, 0); 
}

div.sampledescrs {
    color: rgb(33, 75, 169);
    font-size: 80%;
}

td.sampledescrs {
    padding-left: 30px;
    padding-right: 40px;
}

img.samples {
    padding-left: 20%;
}

/* when mouse is over link */
div.samples A:hover {
    text-decoration: none;
    color: rgb(34, 34, 34);
    background: rgb(34, 34, 34);
} 

/* for unvisited links */
div.samples A:link {
    text-decoration: none;
    color: rgb(34, 34, 34); 
}

/* for unvisited links */
div.samples A:active {
    text-decoration: none;
    color: rgb(34, 34, 34); 
}

/* for unvisited links */
div.samples A:visited {
    text-decoration: none;
    color: rgb(34, 34, 34); 
}

div.productdescr {
    color: rgb(255, 255, 255);
    background: rgb(0, 101, 136);
    margin-top: 0px;
    padding-left: 35px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Helvetica, sans-serif; 
    font-size: 80%;
}

div.heading h1 {
    color: rgb(171, 202, 0);
    background: rgb(83, 145, 0);
    padding-top: 20px; 
    padding-left: 40px;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: BaseNine, "Base Nine", "Times New Roman", serif;
    font-size: 400%;
    text-transform: lowercase;
}

div.logo {
    float: right;
    margin-right: 0;
    margin-bottom: auto;
    padding-top:  20px;
    padding-right: 25px;
}
