2003-07-08 03:20:35 +00:00
|
|
|
h1
|
|
|
|
{
|
|
|
|
color: black;
|
|
|
|
font: 16pt "Verdana", "Arial", "Helvetica";
|
|
|
|
display: inline;
|
|
|
|
/* font-weight: bold */
|
|
|
|
}
|
|
|
|
|
|
|
|
h2
|
|
|
|
{
|
|
|
|
color: black;
|
|
|
|
font: 14pt "Verdana", "Arial", "Helvetica";
|
|
|
|
}
|
|
|
|
|
|
|
|
body, table, td, p, div
|
|
|
|
{
|
|
|
|
color: black;
|
|
|
|
font: 10pt "Verdana", "Arial", "Helvetica"
|
|
|
|
}
|
|
|
|
|
|
|
|
a:link
|
|
|
|
{
|
|
|
|
color: darkblue;
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
a:visited
|
|
|
|
{
|
|
|
|
color: darkblue;
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover
|
|
|
|
{
|
|
|
|
color: crimson;
|
|
|
|
text-decoration: underline;
|
|
|
|
|
|
|
|
}
|
2003-07-08 15:15:37 +00:00
|
|
|
|
|
|
|
ul
|
|
|
|
{
|
|
|
|
list-style-type: square;
|
|
|
|
}
|
2003-07-08 18:24:33 +00:00
|
|
|
|
|
|
|
ul.none
|
|
|
|
{
|
|
|
|
list-style-type: none;
|
|
|
|
}
|