/*
Project: mall
Purpose: style sheet
File:    flytt.css
Created: 2004-04-28
Updated: 2004-04-28
*/

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:'Times New Roman',Georgia,times;
    letter-spacing:normal;
}

DIV.scroll { 
	overflow-y:scroll; 
	scrollbar-face-color:#EEEFEA; 
	scrollbar-3dlight-color:#EEEFEA; 
	scrollbar-shadow-color:#EEEFEA; 
	scrollbar-darkshadow-color:#EEEFEA; 
}
table, tr, td {
    border-style:none;
    border-collapse:collapse;
    padding-left:5px;
    padding-right:5px;
    padding-top:5px;
    padding-bottom:5px;
}

p, blockquote, ul, ol, dl, li {
    margin-top:0.1em;
    margin-bottom:0.5em;
}
P.indent {
    text-indent:1em;
}

h1, h2, h3 {
    margin-top:0em;
    margin-bottom:0.5em;
}
H1 {
    font-size:250%;
    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;
    color:#000000;
}
A, A:active, A:link, A:visited {
    color:#C23C30;
    text-decoration:none;
	
}
A:hover {
    color:#C23C30;
    text-decoration:underline;
}




IMG {
    border-width:0;
}

/* End of file */