28 lines
855 B
CSS
28 lines
855 B
CSS
body {
|
|
font-size: 11pt;
|
|
padding: 10px;
|
|
font-family: liberationsans, freesans, arial, verdana, sans-serif;
|
|
color: rgb(0, 0, 0);
|
|
background-color: rgb(255, 255, 255);
|
|
}
|
|
table {
|
|
font-size: 11pt;
|
|
font-family: liberationsans, freesans, arial, verdana, sans-serif;
|
|
background-color: rgb(255, 255, 255);
|
|
}
|
|
img {
|
|
border: 0;
|
|
margin: 0px;
|
|
vertical-align:middle;
|
|
}
|
|
h1 { font-size: 14pt; font-weight: bold; }
|
|
h2 { font-size: 13pt; font-weight: bold; }
|
|
h3 { font-size: 12pt; font-weight: bold; margin-top: 20px; margin-bottom: 2px; }
|
|
h4 { margin:5; margin-right: 10; font-size: 11pt; font-weight: normal; }
|
|
hr { margin:0; color:white; }
|
|
a { }
|
|
a:link { color:#2b6600; text-decoration: none; }
|
|
a:visited { color:#2b6600; text-decoration: none; }
|
|
a:active { color:#2b6600; text-decoration: none; }
|
|
a:hover { text-decoration: underline; }
|