/* CSS Document */

/*body properties*/
  body {
 font-family: Times, Georgia, "Times New Roman",Times, serif;       
background-color: gray;
      }

/*heading properties*/
  h1 {
       font-size: 250%;
      }

h1,h2,h3,h4,h5,h6{
        align: center;
        text-align: center;
       color:white;
       background-color: red;
       font-size: 200%;
      }
TABLE,TD { 
margin-left: auto; margin-right: auto; filter:glow(color=000099, strength=3); color:white; text-align:center; vertical-align:middle; font-weight:bold; font-size:100%; height:"10%";
}

TD.links {font-size:150%; border: outset 15pt inset 5pt 
}

/* paragraph properties */
  p {font-size: 150%;
      font-family: Times;
       color: black;
      text-align: center;
        }

/*Ordinary Link properties*/

  a:link {
  text-decoration: none; 
     color: #FFFFFF;
   align: center;
          }

  a:visited {
    text-decoration: none;
    display:inline;
    color: navy;
        }

  a:hover {
    text-decoration: underline; 
    font-weight: bold;
    display:inline;
    color: navy;
       }

  a:active {
    text-decoration: none;
    color: white;
    display:inline;
    background-color: navy;
		
}
}
