BODY    {
          background-image: url("bg.gif");
          margin:           10px 0px 0px 0px;
          padding-left:     75px;
          font-size:        100%;
          line-height:      25px;
	  font-family: 'verdana, chicago, arial, comic sans ms';
}

A:link    { color: #9900ff; font-weight: bold; text-decoration: underline; }
A:visited { color: #9900ff; font-weight: bold; text-decoration: underline; }
A:hover   { color: #696969; font-weight: bold; text-decoration: underline; }

.title    {
           margin-left:      120px;
}

.main     {
           width:            40%;
           margin:           20px 0px 0px 10px;
           font-size:        90%;
           float:            left;
}

.bar      {
           background-image: url("bg2.gif");
           margin-top:       25px;
           padding:          0px 10px 0px 10px;
           font-size:        120%;
           text-align:       center;
           width:            100%;
}

.ti       {
           color:            #9900ff;
}

.pic      {
           margin-top:       70px;
           margin-left:      45%;  
}

.rit      {
           font-size:        90%;
           text-align:       right;
}

.bottom   {
           clear:            left;
           margin-top:       20px;
           width:            75%;
           text-align:       center;
}

