/* BASIC HTML ELEMENTS */
body {
font-family: Times New Roman, Times, serif;
font-size: 12pt;
text-align: justify;
color: black;
}
p, div, td {
font-family: Times New Roman, Times, serif;
font-size: 12pt;
font-weight: normal;
color: black;
}
h1 {
font-family: Times New Roman, Times, serif;
font-size: 24pt;
font-weight: bold;
text-align: left;
}
h2 {
font-family: Times New Roman, Times, serif;
font-size: 18pt;
font-weight: bold;
text-align: left;
}
h3 {
font-family: Times New Roman, Times, serif;
font-size: 14pt;
font-weight: bold;
text-align: left;
}
thead {
font-family: Times New Roman, Times, serif;
font-size: 18pt;
font-weight: bold;
}
th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: bold;
border-bottom: 2px solid rgb(0, 0, 0);
}
td {
text-align: left; /* Overrule text-align: justify */
}
pre, code {
font-family: Courier New, Courier, mono;
}
b {
font-weight: bold;
}
i, cite {
font-style: italic;
}
u {
text-decoration: underline;
}
s, strike {
text-decoration: line-through;
}
sup, sub {
font-size: 9pt;
}
abbr, acronym {
font-weight: bold;
text-decoration: none;
}
ul {
margin-top: 0px;
list-style-image: url(images/bullet.gif);
line-height: 120%;
text-align: left; /* Overrule text-align: justify */
}
img {
border-style: none;
}
A {
cursor: pointer;
}
A:link, A:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-style: normal;
text-decoration: none;
color: #0033FF;
}
A:hover {
text-decoration: none;
color: #cc3300;
}
A:active {
text-decoration: none;
color: #0033FF;
}
A.navigation:link, A.navigation:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-style: normal;
text-decoration: none;
color: #333333;
}
A.navigation:hover {
text-decoration: none;
color: #000000;
}
A.navigation:active {
text-decoration: none;
color: #333333;
}
A.print:link, A.print:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-style: normal;
text-decoration: none;
color: #333333;
}
A.print:hover { color: #000000; }
A.print:active { color: #333333; }
/* DEFINITION OF CLASSES */
.westofgreenwich h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
color: white;
border: solid 1px #cccccc;
margin: 18px 0px 2px 0px;
padding: 9px; /* plus border makes 10 */
}
.westofgreenwich h2 {
font-family: Times New Roman, Times, serif;
font-size: 14pt;
font-weight: bold;
color: black;
padding: 1px 0px 3px 0px;
margin: 2px 0px 2px 0px;
border-bottom: solid 1px #cccccc;
}
.eastofgreenwich h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
background: white;
color: black;
border: solid 1px #cccccc;
margin: 18px 0px 2px 0px;
padding: 9px; /* plus border makes 10 */
}
.subkop {
font-family: Times New Roman, Times, serif;
font-size: 18pt;
font-weight: bold;
}
.footer, .footer p {
font-size: 10pt;
text-align: center;
}
/* DEFINITION OF SPECIFIC DIVs */
#intro, #intro p {
font-size: 12pt;
font-weight: bold;
}
#mission {
font-size: 12pt;
font-weight: bold;
text-align: left;
}
#footnote {
font-size: 10pt;
text-align: center;
}