﻿BODY {
	BACKGROUND-IMAGE: url(back.jpg);
	MARGIN: 0px auto;
	FONT: 12px/1.5em "Lucida Grande", "Lucida Sans Unicode", "Lucida", "Verdana", sans-serif; 
	BACKGROUND-REPEAT: repeat-y; 
	BACKGROUND-COLOR: #ffffff
}
a.main:link    {
           color: blue;
           text-decoration: none
          }

a.main:active  {
           color: blue;
           text-decoration: none
          }

a.main:visited {
           color: blue;
           text-decoration: none
          }

a.main:hover   {
           color: navy;
           text-decoration: underline;
          }

a.menu:link    {
           color: white;
           text-decoration: none;
	   font-weight: bold;
          }

a.menu:active  {
           color: white;
           text-decoration: none;
	   font-weight: bold;
          }

a.menu:visited {
           color: white;
           text-decoration: none;
	   font-weight: bold;
          }

a.menu:hover   {
           color: green;
           text-decoration: none;
	   font-weight: bold;
	   background:white;
          }

