body {background-color: white} 
h1 {font-size: 18} 
h2 {color: blue} 
p {font-family: Tahoma}
p {margin-right: 50px}
p {margin-left: 50px}
p.tiny {font-size: 2]
p.standard {font-family: Tahoma}
p.normal {font-weight: normal}
p.thick {font-weight: bold}
p.thicker {font-weight: 900}
p.groove {border-style: groove}
p.width3 {width: 500px}
hr {color:navy} 
a:link {color:orange} 
a:visited {color:purple} 
a:active {color:blue} 
a:hover {color:red}

/* 
   h1 headers are 18 pt
   h2 headers are blue
   p paragraph has a left margin of 50 pixels 
   hr hard returns are navy 

*/
