/*
    B&B GIANNA
    webmaster: marco.destro@email.it
*/

  /* BODY */
body {
  /* background */
    background-color: #FFFFAB;
  /* border */
    background-attachment: fixed;
    margin: 0px;
}

  /* TEXT */
b { font-weight:bold; }

  /* IMAGE */
img { border: 0px; }

  /* COLORS */
red { color: red; }

green { color: lime; }

blue { color: blue; }

bg { color: rgb(240, 200, 200); } /* background color */

  /* LINK */
a { text-decoration: underline; color: rgb(112, 34, 124); }
a:link    { text-decoration: underline; color: rgb(112, 34, 124); }
a:active  { text-decoration: underline; color: rgb(112, 34, 124); }
a:visited { text-decoration: underline; color: rgb(112, 34, 124); }
a:hover   { text-decoration: underline; color: rgb(112, 34, 124); }
