/*
$Id: style-aw.css,v 1.28 2008/01/19 16:05:47 psb Exp $
Style sheet.
*/
BODY {
margin-top: 40px;
margin-left: 40px;
margin-right: 40px;
margin-bottom: 40px;
font-family: Verdana, Arial, sans-serif;
}
TABLE {
/*
bordercolor: #CCFFFF;
bordercolorlight: #CCFFFF;
bordercolordark: #CCFFFF;
*/
border: 0;
/*
cellspacing: 0;
cellpadding: 10;
*/
}
P {
/*
background: #FFFFFF;
color: #000033;
*/
font-family: Verdana, Arial, sans-serif;
font-size: 12pt;
}
TH,TD {
background: #FFFFFF;
color: #000033;
font-family: Verdana, Arial, sans-serif;
font-size: 10pt;
padding-right: 10px;
}
TD P {
/*
background: #FFFFFF;
color: #000033;
*/
font-family: Verdana, Arial, sans-serif;
font-size: 10pt;
}
A:link, A:visited, A:active {
background: #FFFFFF;
color: #000033;
text-decoration: underline;
}
A:hover {
background: #FFFFFF;
color: blue;
}
H1, H2, H3, H4 {
margin-top: 30px;
font-weight: bold;
text-align: center;
}
H3, H4 {
margin-top: 20px;
text-align: left;
}
BLOCKQUOTE {
color: #333300;
}
XMP {
font-family: Courier, monospace;
}
/*
IMG {
float: LEFT;
}
*/
|