<!-- index.css - CSS Style sheet for index.html -->

    A.link1:link{
        font-family: tahoma; font-size: 11px; font-weight: normal; color: #0000FF; text-decoration: none;
        }

	A.link1:visited{ 
		font-family: tahoma; font-size: 11px; font-weight: normal; 	color: #0000ff; text-decoration: none;
		}

	A.link1:active{ 
		font-family: tahoma; font-size: 11px; font-weight: normal; 	color: #0000ff; text-decoration: none;
		}

	A.link1:hover{ 
		font-family: tahoma; font-size: 11px; font-weight: normal; color: #ff0000; text-decoration: underline;
		}

	.text{
	      font-family: tahoma; font-size:11px; color: #000000;
	      }

	.text1{
	      font-family: tahoma; font-size:10px; color: #000000;
          }

	.red{
         font-family: tahoma; font-size:9px; color: #ff0000;font-weight:normal;
         }

     