/* put in between <head> and </head> */
/* <LINK rel="stylesheet" type="text/css" href="Style.css"> */
 
/* Default CSS Stylesheet for a new Web Application project */

BODY

{    BACKGROUND-COLOR: white; }

P { 
            font-size:           1em;
            font-weight:        500;
            font-style:          normal;
background-color:white;  color:black;
 }


A:link    { text-decoration:  underline;
            color:    blue; }           

A:visited { text-decoration:  underline;
           color:    mauve; }           

A:active { text-decoration:  underline;
           color:    green;  }           

A:hover { text-decoration:  underline;
          color:    red; }


IMG      {
            margin-top: 0px;
            margin-left: 0px;
            margin-right: 0px;
            }
