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";
		  font-size:24px;
          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;
		  text-align: center;
          font-family:"times new roman";
          font-size:18px;
          color:red;
          background-color: #cccccc;
          }
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.center
     	  {
		  margin-left:auto; margin-right:auto; width: 80%;
		  background: #edffff;
		  width: 80%;
          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;
		 text-align: center;
		}
hr		{
		border: 0;
		color: #000;
		background-color: #000;
		height: 2px;
		width: 100%;
		text-align: left;
		}
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;
				text-align: center;
		}
