This is header 1


This is a paragraph

This is another paragraph


This is header 2, followed by a table

First Name Name Telephone Fax
Hege Svendson 555-777-0001 555-777-0000
Kai Jim Svendson 555-777-0002  


This is header 3, followed by a numeric list and a bullet list:

  1. Home Page
  2. CSS Tutorial
  • Tea
  • Mild
  • Coffee
  • Milk
h1,h2,h3
{font-family: verdana, arial, 'sans serif'; 
}

p,table,li
{
font-family: verdana, arial, 'sans serif'; 
margin-left: 10pt;
}

ul
{
list-style: disc; 
}

ol
{
list-style: decimal; 
}

p,li,th,td
{
font-size: 75%;
}

body
{
background-color: #ffffff;
}

h1,h2,h3,hr 
{
color:black; 
}

a:link    {color:black}
a:visited {color:black}
a:active  {color:mediumblue}
a:hover   {color:mediumblue}