/* 
    Document   : judithehall
    Created on : Dec 28, 2009, 1:35:55 PM
    Author     : Owner
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
a:link {color: #9A4E73; text-decoration: none}
a:visited {color: #339999; text-decoration: none}
a:active {color: #9A4E73; text-decoration: none}

body{
   background-attachment: fixed;
   color: #000000;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 12pt;
   text-align: left;
}
body.left {
    background-color: #99CC99;
    background-image: url('0398dfc3.jpg');
}
body.right {
    background-color: #CCCC99;
    background-image: url('03a8dfc3.jpg');
}

h1 {
   color: #336699;
   font-size: 18pt;
   height: 36pt;
   vertical-align: top;
}

h2 {
   font-size: 14pt;
   font-style: italic;
   font-weight: bold;
}

td{
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}
td.painting{
    text-decoration: underline;
}

th.album{
    font-size: 14pt;
    font-weight: bold;
    text-align: left;
    vertical-align: bottom;
}
td.linked {
    color: #336699;
    text-align: center
}
td.nolink{
    text-align: center
}
td.photo {
    text-align: center;
    vertical-align: center;
}
td.caption {
    font-size: 10pt;
    text-align: center;
}
p { text-indent: 40px; }
p.noindent {
    text-indent: 0px;
}
p.photo {
    font-size: 10pt;
    text-align: center;
    text-indent: 0px;
}

.hangingindent {
    padding-left: 44px ;
    text-indent: -44px ;
    margin-bottom: -8pt;
}


