2002-05-26 20:05:35 +00:00
|
|
|
BODY {
|
|
|
|
background-color: #b6c6e5;
|
|
|
|
color: black;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
H1 {
|
|
|
|
text-decoration: none;
|
|
|
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 20pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
H2 {
|
|
|
|
text-decoration: none;
|
|
|
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: bold;
|
2002-06-01 18:12:26 +00:00
|
|
|
font-size: 14pt;
|
2002-05-26 20:05:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
H3 {
|
|
|
|
text-decoration: none;
|
|
|
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: bold;
|
2002-06-01 18:12:26 +00:00
|
|
|
font-size: 12pt;
|
2002-05-26 20:05:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
BODY, P, DIV, TD, TH, TR, FORM, OL, UL, LI, INPUT, TEXTAREA, SELECT, A
|
|
|
|
{
|
|
|
|
text-decoration: none;
|
|
|
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-size: 10pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
A {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bgbox {
|
|
|
|
left-border-width: 1px;
|
|
|
|
border-color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menulink {
|
|
|
|
color: #f0f0f0;
|
2002-05-26 20:33:26 +00:00
|
|
|
line-height: 140%;
|
2002-05-26 20:05:35 +00:00
|
|
|
}
|
2002-06-07 12:21:38 +00:00
|
|
|
|
|
|
|
.buildok {
|
|
|
|
background-color: #00ff00;
|
|
|
|
width: 3em;
|
|
|
|
}
|
|
|
|
|
2002-06-10 12:49:58 +00:00
|
|
|
.buildfail {
|
|
|
|
background-color: #ff8080;
|
2002-06-07 12:21:38 +00:00
|
|
|
width: 3em;
|
|
|
|
}
|
2002-06-10 12:49:58 +00:00
|
|
|
|
|
|
|
.gccwarn {
|
|
|
|
color: #ff0000;
|
|
|
|
}
|