  body {
    color: orange;
    background-color: black;
    }
  p, h2, blockquote    {margin-right: 30%; }
  a:link    { color: blue }
  a:visited { color: grey }
  a:hover   { background: cyan }
  li { list-style-type: square; }
  ul.recipe li { list-style-type: none }
  div.main         { float:left; }
  div.bottomAdvert { position:relative; bottom:1%; }
  div.rightSideAdvert { position:absolute; left:80%; top:20%}

