/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    background-image:url(Images/back.jpg);
  background-repeat:repeat-x;
  background-position:top;
}



a:hover 
{
        font-weight:bold;
}



