/*
Project: faxen
Purpose: style sheet
File:    faxen.css
Created: 2004-09-20
Updated: 2005-01-21
*/

BODY {
    margin:8px;  /* top right bottom left */
    background-color:#ffffff;
    scrollbar-face-color:#ffffff; 
    color:#000000; 
    border-style:none
}

body, table, tbody, tr, td {
    font-weight:normal;
    font-size:12pt;
	word-spacing:normal;
    font-family:georgia,verdana,tahoma,'Times New Roman',times;
    letter-spacing:normal;
}

table, tr, td {
    border-style:none;
	border-collapse:collapse;
    padding-left:0px;
    padding-right:0px;
    padding-top:0px;
    padding-bottom:0px;
}

p, blockquote, ul, ol, dl, li {
    margin-top:0.1em;
    margin-bottom:0.5em;
}
P.indent {
    text-indent:1em;
}
P.small {
    font-size:8pt;
}
H1, H2, H3 {
    margin-top:0em;
    margin-bottom:0.5em;
}
H1 {
    font-size:300%;
    font-weight:bold;
}
H2 {
    font-size:200%;
    font-weight:bold;
}
H3 {
    font-size:150%;
    font-weight:bold;
}
h4, h5, h6 {
    font-size:100%;
    font-weight:bold;
    margin-top:0.1em;
    margin-bottom:0.5em;
}
h6.index {
    font-size:75%;
    font-weight:bold;
    margin-top:0em;
    margin-bottom:0.1em;
}
A, A:active, A:link, A:visited {
    color:#000000;
    text-decoration:none;
}
A:hover {
    color:#000000;
    text-decoration:underline;
}

IMG {
    border-width:0;
}

/* End of file */