/* goodcitations.css */
body {
    font: 14px "Trebuchet MS", Helvetica, sans-serif;
    /* font: 14px "Palatino Linotype", serif; */    
    /* font: 14px "Book Antiqua", serif; */
	width: 800px;
}

h1 {
    color: rgb(60, 60, 80); 
    text-shadow: silver 2px 2px 2px;
    filter: "progid:DXImageTransform.Microsoft.DropShadow(color:silver, OffX=2, OffY=2)"; 
}

h2 {
    color: rgb(72, 72, 125);
    text-shadow: silver 1px 2px 2px;
    filter: "progid:DXImageTransform.Microsoft.DropShadow(color=silver, OffX=2, OffY=2, Positive='true')"; 
}

p {
    font-size: 12px;
}

div.productname {
    position: absolute; 
    height: 79px; 
    top: 22px; 
    left: 35px; 
    width: 609px; 
    font-size: 60px; 
    font-style: italic; 
    /* font-smooth: always; */
    color: rgb(60, 60, 80); 
    text-shadow: silver 2px 2px 2px; 
    filter: "progid:DXImageTransform.Microsoft.DropShadow(color=silver, OffX=2, OffY=2)";
}

span.productname {
    font-style: italic; 
    /* font-smooth: always; */
    color: rgb(60, 60, 80); 
    text-shadow: silver 1px 1px 2px; 
    filter: 'progid:DXImageTransform.Microsoft.DropShadow(color=silver, OffX=2, OffY=2, Postive="true")';

}

div.rc-blurb {
    position: absolute; 
    height: 46px; 
    top: 122px; 
    left: 186px; 
    width: 454px;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    color: rgb(153, 0, 0);
}

div.quill {
    position: absolute; 
    top: 198px; 
    left: 105px;
}

img.quill {
    top: 64px; 
    left: 55px; 
    width: 396px; 
    height: 390px;
}


div.toc {
    position: absolute; 
    font-weight: 100;
    letter-spacing: 0.06em;
    top: 10px;
    /* font-smooth: always; */
}

table.toc {
    text-align: left; 
    font-size: 19px; 
    color: white;
    background-color: rgb(124, 124, 148); 
    width: 201px; 
    vertical-align: middle;
}

th.toc {
    font-size: 24px;
    font-weight: bold;
    color: black;
    text-shadow: silver 0px 1px 1px;
    /* filter: progid:DXImageTransform.Microsoft.DropShadow(color=silver, OffX=1, OffY=1, Positive='true'); */
}

td.toc {
    font-weight: lighter;
    padding: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    height: 100%;
    text-shadow: silver 1px 1px 3px;
    /* filter: progid:DXImageTransform.Microsoft.DropShadow(Color=black, OffX=0, OffY=0, Positive='true'); */
}

td.copyright {
    font-weight: bold;
    color: black;
    text-shadow: silver 0px 1px 1px;
    /* filter: 'progid:DXImageTransform.Microsoft.DropShadow(color=silver, OffX=1, OffY=1, Positive="true")'; */
}

a.body:link {
    text-decoration: none; 
    margin-left: 0px;
    color: blue;
}

a.body:visited {
    text-decoration: none; 
    margin-left: 0px;
    color: blue;
}

a.body:hover { 
    text-decoration: none; 
    color: blue;
    font-weight:bold;
}

a.tocLink:link {
    text-decoration: none; 
    margin-left: 5px;
    color: gray;
}

a.tocLink:visited {
    text-decoration: none; 
    margin-left: 5px;
    color: white;
}

a.tocLink:hover { 
    text-decoration: none; 
}

