a:link
{
	  /* size:10px; */
	  text-decoration: none; 
    color: #6666ff;
    font-weight: bold;
}
a:visited
{	 
 		/* size:10px;  */
		text-decoration: none; 
    color: #330066;  /*--previously #ffcc00 --*/
    font-weight: bold;
}
a:hover
{
 		/* size:10px;  */
		text-decoration: none; 
    color: #cc0000;
    font-weight: bold;
}
									
/*--Start of Main body specification--*/
body
           {
           background: #ffffff;
           font-family: verdana, sans-serif;
           font-size: 16px;
           color: #000000;
           margin: 0;
           padding: 0;
           }
img 
           {
           border: none;
           }
.oops      
           {
           display: none;   /*--Support for upgrading to a modern browser--*/
           }
.content 
				 {
				   background: #fff;
           font-family: verdana, sans-serif;
           font-size: 10px;
           color: #000;
           margin: 0;
           padding: 0;
					 font-weight: bold;			 
				 }
#header   
{
					text-align: center;
          font-family: verdana, sans-serif;
          font-size: 12px;
          color: #000;					
					font-weight: bold;
					margin: 10px 10px 0px 10px;
          border: 0px solid #fff;
          padding: 5px;
          background: #fff;
          height: 100px;
					width: 100%;
         }
#left     
          {
          position: absolute;
          top: 120px;
          left: 0px;
          margin: 10px;
          padding: 5px;
          border: 0px solid #000;
          background: #fff;
					text-align: center;
          width: 155px;
          }
#main     
          {
          margin: 10px 230px 10px 230px;
          padding: 5px;
          border: 1px solid #000;
          background: #fff;
          text-align: center;
					}
#right    
          {
          position: absolute;
          top: 120px;
          right: 0px; /*--Extra space will appear to the right of the right column in 
          margin: 10px;          Opera 5 & 6 if no scroll bar is visible--*/
          margin: 10px;
          padding: 5px;
          border: 0px solid #000;
          background: #ffffff;
					text-align: center;
          width: 155px;
          }
#footer    
          {
          margin: 30px 230px 10px 230px;
          padding: 5px;
          border: 0px solid #000;
          background: #fff;
          text-align: center;
					}
#bub1     
          {
          position: absolute;
          top: 300px;
          left: 0px;
          margin: 10px;
          padding: 5px;
          border: 0px solid #fff;
          background: #000000;
          width: 63px;
          }
#bub2     
          {
          position: absolute;
          top: 410px;
          left: 0px;
          margin: 10px;
          padding: 5px;
          border: 0px solid #fff;
          background: #000000;
          width: 63px;
          }
#bub3     
          {
          position: absolute;
          top: 320px;
          left: 65px;
          margin: 10px;
          padding: 5px;
          border: 0px solid #fff;
          background: #000000;
          width: 63px;
          }
#bub4     
          {
          position: absolute;
          top: 430px;
          left: 65px;
          margin: 10px;
          padding: 5px;
          border: 0px solid #fff;
          background: #000000;
          width: 63px;
          }		
#bub5     
          {
          position: absolute;
          top: 300px;
          right: 0px;
          margin: 10px;
          padding: 5px;
          border: 0px solid #fff;
          background: #000000;
          width: 63px;
          }
#bub6     
          {
          position: absolute;
          top: 410px;
          right: 0px;
          margin: 10px;
          padding: 5px;
          border: 0px solid #fff;
          background: #000000;
          width: 63px;
          }
#bub7     
          {
          position: absolute;
          top: 320px;
          right: 65px;
          margin: 10px;
          padding: 5px;
          border: 0px solid #fff;
          background: #000000;
          width: 63px;
          }
#bub8     
          {
          position: absolute;
          top: 430px;
          right: 65px;
          margin: 10px;
          padding: 5px;
          border: 0px solid #fff;
          background: #000000;
          width: 63px;
          }
					
#center_image     
          {
  				margin: 20px 250px 20px 250px;
          padding: 5px;
          border: 0px solid #fff;
          background: #000000;
          text-align: center;
}