www.pudn.com > 2005010815393829175.zip > manual.css
BODY
{
background: Black;
color: White;
font-family: Verdana, Sans-Serif;
}
.secthead
{
font-weight: bold;
color: #FF9900;
}
A:link, A:visited
{
color: Fuchsia;
text-decoration: none;
}
A:hover
{
text-decoration: underline;
}
A.nohover:hover
{
text-decoration: none;
}
H1.section
{
color: #FF0000
}
H2.section
{
color: #FF0000
}
H3.section
{
color: #FF0000
}
H4.section
{
color: #FF0000
}
H5.section
{
color: #FF0000
}
H6.section
{
color: #FF0000
}
TT
{
font-family: Lucida Console, Monospace;
color: Yellow;
}
PRE
{
font-family: Lucida Console, Monospace;
color: Yellow;
}
TABLE.main
{
border: 0;
cellspacing: 10;
width: 750;
}