a {text-decoration:none;}
a:link {color:red;}
a:visited {color:red;}
a:hover {color:orange;}

p:first-letter {color: #ff0000;
                font-size:large}


.one {width:150px;
      background-color:black;
      color:white;
      padding:5px;
      position:absolute; top:0px;}

.two {width:450px;
      background-color:yellow;
      color:black;
      padding:5px;
      position: absolute; top:0px; left:160px;}

.three {width:150px;
        background-color:black;
        color:white;
        padding:5px;
        position:absolute; top:0px; left:610px;}

.banner {width:100%;
         font-family:fantasy;
         font-size:30pt;
         font-weight:bold;
         color:red;
         filter:shadow(color="black",direction="315",enabled="1");}

.heading {text-decoration:underline;
          font-family:cursive;
          font-size:12pt;
          font-weight:bold;}

.para1 {font-family:verdana;
        text-indent:0.5cm;}
