/* Example style sheet file (note how this comment was created) */

/*       BODY    {background: #FFFFD8;
                margin-top: 20} */

       A:link  {color: #3A36BF;
                background: "white"}
       A:link          {text-decoration: none;
			color:#3A36BF}
       A:visited       {text-decoration: none;
		         color:#3A36BF}
       A:active        {text-decoration: none}
       A:hover {font-weight: bold}

/*       H1      {font-weight: bold;
                text-align: center;
                color: #006000;
                background: #FFFFD8;
                font-family: 'Gill Sans', Arial, sans-serif}

       CITE    {font-family: 'Gill Sans', Arial, sans-serif;
                font-style: italic}*/