git-svn-id: http://xe-core.googlecode.com/svn/trunk@1284 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-23 10:11:37 +00:00
parent 210ebdbc26
commit 83c3009830

View file

@ -2,7 +2,7 @@
body, div, td, p, a {
font-family:arial, sans-serif;
font-size:9pt;
font-size:12px;
}
FORM {
@ -30,42 +30,51 @@ a.bold {
}
h1 {
font-size:20pt;
font-size:25px;
font-weight:bold;
background-color:#efefef;
color:#0f217c;
padding:5px;
padding:0px 5px 0px 5px;
border-bottom:1px solid #445bcd;
}
h2 {
font-size:16pt;
font-size:20px;
font-weight:bold;
background-color:#efefef;
padding:3px;
color:#0f217c;
padding:0px 5px 0px 5px;
border-bottom:1px solid #445bcd;
}
h3 {
font-size:13pt;
font-weight:normal;
color:#0f217c;
font-size:20px;
font-weight:bold;
background-color:#efefef;
padding:3px;
border-bottom:1px solid #445bcd;
padding:0px 5px 0px 5px;
}
h4 {
font-size:10pt;
font-weight:bold;
color:#0f217c;
font-size:15px;
font-weight:normal;
background-color:#efefef;
border-bottom:1px solid #445bcd;
padding:0px 5px 0px 5px;
}
h5 {
font-size:9pt;
font-size:12px;
font-weight:normal;
line-height:0px;
}
h6 {
font-size:8pt;
font-size:11px;
font-weight:normal;
line-height:0px;
}
.member_signature {