a:link, a:visited
          {
          text-decoration: none;
          color:#000080;
          font-family:"times new roman";
          font-size:24px;
          }

a:hover
          {
          text-decoration: none;
          font-family:"times new roman";
          color:red;
          background-color: white;
          }
          
a.one:link, a.one:visited
          {
          text-decoration: none;
          text-align: center;
          color:#200070;
          font-family:"times new roman";
          font-size:18px;
          }

a.one:hover
          {
          text-decoration: none;
          font-family:"times new roman";
          font-size:18px;
          color:red;
          background-color: #dddddd;
          }
p.one
          {
          font-family:"times new roman";
          font-size:24px;
          color:#202070;
          text-decoration: none;
          text-align: center;
		  }
          
IMG.black
          
          {
           border-width: 1px;
		   border-color: #000000
		  }
          
          
table
     	  {
		  background: #edffff;
		  width: 100%;
          border-collapse: collapse;
          border: 3px solid #202070;
          padding-left: 5em;
          border-width: 1px; 
          } 
  
tr
		{
         height: 30px;
		}  
  
td  
		{
	     border-width: 1px;
		 border-style: solid;
		 border-color: blue;
		 padding-left: 25px;
		}
body
		{
		background-color: #ffffe5;
		}         
.style1 {
				font-family: "Times New Roman", Times, serif;
				font-size: xx-small;
		}
.style3 {
				font-family: "Times New Roman", Times, serif;
				font-size: large;
				color: #000080;
		}
