13 lines
719 B
CSS
13 lines
719 B
CSS
<STYLE type="text/css">
|
|
td.spacer {padding-bottom: 10px; padding-top: 10px;}
|
|
.title { font-family: sans-serif; color: #99AACC;}
|
|
.bodyText { font-family: sans-serif; font-size: 9pt; color:#000000; }
|
|
.sub-header { font-family: sans-serif; font-style: normal; font-weight: bold; font-size: 9pt; color: white;}
|
|
.log-text {font-family: sans-serif; font-style: normal; font-weight: lighter; font-size: 8pt; color:black;}
|
|
.big-header { font-family: sans-serif; font-style: normal; font-weight: bold; font-size: 9pt; color: white; border-top:10px solid white;}
|
|
.light-row {background:#FFFFFF}
|
|
.dark-row {background:#EEEEFF}
|
|
.header {background:#99AADD}
|
|
#indent {word-wrap : break-word;width :300px;text-indent:10px;}
|
|
</STYLE>
|