/* Cascading Style Sheet for the Schlieman Family website */

Body {background-image: URL("images/bluemarble.jpg");
      background-attachment: fixed;}

Body.baby {background-image: URL("images/littleangels.jpg");
           background-attachment: fixed;}

p {
    font-size: 12pt;
    font-family: times new roman, arial, helvetica, sans-serif;
    color: #000066;
    margin-left: 32px;
    margin-right: 32px;
    indent: 1cm;}

p.baby {
    font-size: 12pt;
    font-family: times new roman, arial, helvetica, sans-serif;
    color: #000066;
    margin-left: 150px;
    indent: 1cm;}

p.footer {
    font-size: 9pt;
    font-family: times new roman, arial, helvetica, sans-serif;
    color: #000066;}
    
td.head {
    font-size: 12pt;
    font-family: times new roman, arial, helvetica, sans-serif;
    color: #000066;
    align: center;}
    
td {
    font-size: 12pt;
    font-family: times new roman, arial, helvetica, sans-serif;
    color: #000066;}

h6 {
    font-size: 12pt;
    font-family: times new roman, arial, helvetica, sans-serif;
    color: #000066;
    indent: 1cm;}
    
h5 {
    font-size: 13pt;
    font-family: times new roman, arial, helvetica, sans-serif;
    color: #000066;}
    
h4 {
    font-size: 14pt;
    font-family: times new roman, arial, helvetica, sans-serif;
    color: #000066;}
    
h3 {
    font-size: 16pt;
    font-family: times new roman, arial, helvetica, sans-serif;
    color: #000066;}
    
h2 {
    font-size: 18pt;
    font-family: times new roman, arial, helvetica, sans-serif;
    color: #000066;}
    
h1 {
    font-size: 20pt;
    font-family: times new roman, arial, helvetica, sans-serif;
    color: #000066;}
    
a:link {
    font-size: 12pt;
    font-family: times new roman, arial, helvetica, sans-serif;
    text-decoration: underline;
    color: #0000CC;}

a:visited {
    font-size: 12pt;
    font-family: times new roman, arial, helvetica, sans-serif;
    text-decoration: underline;
    color: #990066;}

a.footer:link {
    font-size: 9pt;
    font-family: times new roman, arial, helvetica, sans-serif;
    text-decoration: underline;
    color: #0000CC;}

a.footer:visited {
    font-size: 9pt;
    font-family: times new roman, arial, helvetica, sans-serif;
    text-decoration: underline;
    color: #990066;}