/* Begin Init */
a:hover   { color : red; background : yellow; text-decoration : none; } 
a:link    { color : blue; text-decoration : underline; } 
a:active  { color : red; text-decoration : none; }
a:visited { color : purple; text-decoration : underline; } 
body      {background-image : url(img/backgrnd.jpg); background-color : #ffffcc; }
h1        { color : blue; text-align : center; }
h2        { color : blue; text-align : center; }
h3        { color : blue; text-align : center; }

