1234567891011121314151617 |
- .headertext { color: #808080; font-family: Arial; font-size: 8pt }
- .alpha { font-family: Arial; color: #6666CC; font-size: 12pt; font-weight: bold }
- li { font-family: Arial; font-size: 10pt }
- p { font-family: Arial; font-size: 10pt }
- h3 { font-family: Arial; font-size: 10pt }
- ul { font-family: Arial; font-size: 10pt }
- body { background-color: #FFFFFF }
- .einheader { font-family: Arial; font-size: 12pt; font-weight: bold }
- td { font-family: Arial; font-size: 10pt;}
- a:link {font-family: "Arial", "Helvetica", "sans-serif"; font-size: 11px; color: #6666CC; text-decoration: none}
- a:visited {font-family: "Arial", "Helvetica", "sans-serif"; font-size: 11px; color: #6666CC; text-decoration: none}
- a:active {font-family: "Arial", "Helvetica", "sans-serif"; font-size: 11px; color: #6666CC; text-decoration: none}
- a:hover {font-family: "Arial", "Helvetica", "sans-serif"; font-size: 11px; color: #6666CC; text-decoration: underline}
- .tdPadding {padding-left: 30px;}
|