/* FILE: sabby.css */

/* Cascading Style Sheet for www.trauer-um-sabby.org */
/* written by: <scusi@xs4all.nl> */

body { 
    background-color:#000000;
    color:#DEDEDE;
    font-family:"Arial";
    font-size:10pt;
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:20px; 
}

.header { 
    color:#666666; 
    font-family:Times New Roman, Times, sarif;
    font-style:italic;
    font-size:12pt; 
    text-decoration:none; 
}
a:link[ class=header] { color:#666666; }
a:visited[ class=header] { color:#666666; }
a:hover[ class=header] { color:#FFFFFF; }
a:active[ class=header] { color:#F0F0F0; }
	  
a:link { color:#666666; }
a:visited { color:#999999; }
a:hover { color:#FFFFFF; }
a:active { color:#F0F0F0; }

h1,h2,h3,h4,h5,h6 { 
    color:#666666; 
    font-family:Times New Roman, Times, serif; 
    font-style:italic; 
 }

.footer { 
    font-size:10pt; 
    font-family:Times New Roman, Times, serif; 
    font-style:italic; 
    color:#666666; 
}

a:link[ class=footer] { color:#666666; 
                        text-decoration:none;
			font-style:italic; }

a:visited[ class=footer] { color:#999999; 
                        text-decoration:none;
			font-style:italic; }
a:hover[ class=footer] { color:#FFFFFF; 
                        text-decoration:none;
			font-style:italic; }

/* QUOTES */
DIV.introquote {
    margin-top: 10%;
    font-family: Times New Roman, Times, serif;
    font-size: 18pt
    vertical-align: center;	
    text-align: center;
    font-style: italic;
}
DIV.quotesource { 
    font-family: Times New Roman, Times, serif;
    font-size: 18pt
    vertical-align: center;	
    margin-left: 12em;
    text-align: center;
    font-style: normal;
}
