/*css file for Final HTML assignment*/
body {background: #F7B3DA; color: black; font-family: Helvetica, Univers, times new roman}

H1 {color: blue; text-align: center}

em {color: red; font-weight: bold}
   
p {font-size: 150%; color: red }

  a:link {color: black; font-size: 125%}
  a:active {color: red; font-weight: bold}
  a:visited {color: blue}
  a:hover {color: yellow}

p.centered {text-align: center; margin-left: 0.5cm;; margin-right: 0.5cm}


/*---end of css file---*/



