a:link, a:visited
          {
          text-decoration: none;
          color:#000060;
          font-family:"times new roman";
          font-size:14px;
          }
a:hover, a.one:hover
          {
          text-decoration: none;
          font-family:"times new roman";
          color:red;
          background-color: white;
          font-size:14px;
          }
a.one:link, a.one:visited
          {
          text-decoration: none;
          color:#200070;
          font-family:"times new roman";
          font-size:14px;
          }
p.R       {
          text-decoration: none;
          color:#FF0060;
          font-family:"times new roman";
          font-size:18px;
          }
table
     	  {
		  background: #f2ffff;
		  border-color: #66ccff;
		  width: 100%;
          border-collapse: collapse;
          border-color: #66ccff;
          border: 3px solid #66CCFF;
          border-width: 2px; 
          } 
tr
          {
          height: 30px;
          }  
td  
		  {
		  text-align:center;
	      border-width: 1px;
		  border-style: solid;
		  border-color: #80E0E0;
		  padding-left: 5px;
		  height: 30;
          }