| back to Setting the Font of the Whole Page |
An Example of Setting the Background and Font Colors of the Page
<STYLE TYPE="text/css">
<!--
BODY
{
color:white;
background-color:black;
font-family:sans-serif;
}
A:link{color:white}
A:visited{color:yellow}
-->
</STYLE>
Copyright 1997-2002 Idocs Inc.
