Learn HTML Code Tutorial Reference Guideback 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>