body{ background-color: #FDFCE7 } 



p { color: #000000; } 
p { font-family: tahoma; } 
p  { font-size: 13px; }

h3 { color: #000000; } 
h3 { font-weight: bold; }
h3 { font-family: arial; }
h3  { font-size: 12px; }

h4 { color: purple; } 
h4 { font-weight: bold; }
h4 { font-family: arial; }
h4  { font-size: 12px; }

h2 { color: #0000C0; } 
h2 { font-family: tahoma; } 
h2  { font-size: 13px; }

a:link { color: red; }
 
a:visited { color: green; } 
A:link { text-decoration: none }
A:visited { text-decoration: none }

A  { font-family: tahoma; } 
A  { font-size: 12px; }
