a:link {
	color: #003399;
	text-decoration: underline;
       }

a:visited {
           color: #88A3D5;
           text-decoration: underline;
          }

a:active {
          color: #FF0000;
          text-decoration: underline;
         }

a:hover {
         color: #0000FF;
         text-decoration: underline;
        }

input[type="submit"] {
          font-family: Script12 BT;
          font-size: 18px;
          font-weight: Bold;
		  color: #003399;
		  background-color: #E0E7F3;
         }


		 
		 