                .talking                                
                {position: absolute;
                left:380px; 
                top: 250px; 
                width: 450px; 
                height: auto;
                font-family: arial, verdana, sans-serif; 
                font-size: 10pt; 
                visibility: hidden;
                border-top: thin ridge rgb(255,155,50);
                border-bottom: thin ridge rgb(255,155,50);
                }
                
                .starttalking                   
                {position: absolute;
                left:380px; 
                top: 225px; 
                width: 450px; 
                height: auto;
                font-family: arial, verdana, sans-serif; 
                font-size: 10pt; 
                visibility: visible;
                border-top: thin ridge rgb(255,155,50);
                border-bottom: thin ridge rgb(255,155,50);
                }
                
a.two

{text-decoration: none;
color: rgb(252,120,0);
font-family: arial, verdana, sans-serif;
font-size: 7pt;
}

a.two:visited
{text-decoration: none;
color: blue;
font-family: arial, verdana, sans-serif;
font-size: 7pt;
}

a.two:hover
{text-decoration: underline;
color: rgb(252,190,79);
font-family: arial, verdana, sans-serif;
font-size: 7pt;
}

