2003-07-08 03:20:35 +00:00
|
|
|
h1
|
|
|
|
{
|
|
|
|
color: black;
|
2003-07-09 01:31:19 +00:00
|
|
|
font: 23px "Verdana", "Arial", "Helvetica";
|
2003-07-08 03:20:35 +00:00
|
|
|
display: inline;
|
2003-07-09 01:31:19 +00:00
|
|
|
font-weight: bold
|
2003-07-08 03:20:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h2
|
|
|
|
{
|
|
|
|
color: black;
|
2003-07-09 01:31:19 +00:00
|
|
|
font: 18px "Verdana", "Arial", "Helvetica";
|
|
|
|
font-weight: bold
|
|
|
|
}
|
|
|
|
|
|
|
|
h3
|
|
|
|
{
|
|
|
|
color: black;
|
|
|
|
font: 18px "Verdana", "Arial", "Helvetica";
|
|
|
|
}
|
|
|
|
|
|
|
|
small
|
|
|
|
{
|
|
|
|
font: 12px "Verdana", "Arial", "Helvetica";
|
2003-07-08 03:20:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
body, table, td, p, div
|
|
|
|
{
|
|
|
|
color: black;
|
|
|
|
font: 10pt "Verdana", "Arial", "Helvetica"
|
|
|
|
}
|
|
|
|
|
2003-07-09 01:31:19 +00:00
|
|
|
tt, blockquote
|
|
|
|
{
|
|
|
|
color: maroon;
|
|
|
|
}
|
|
|
|
|
2003-07-08 03:20:35 +00:00
|
|
|
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;
|
|
|
|
}
|