<!--

a:link {color: #999999;}
a:visited {color: #999999;}
a:active {color: #999999;}
a:hover {color: #000000;}
a {text-decoration: none;}

body{
background-color: #FFFFFF; 
font-size: 10pt; 
font-family: verdana; 
font-color: #000000;
}

#bubble {
position:absolute;
width: 294px;
left: 100px;
top: 50px;
z-index: 1;
}

#quote {

z-index: 3;
background-image: url(bubble.gif); 
background-repeat: repeat-y;
}

#patrick {
position:absolute;
width: 294px;
left: 340px;
top: 120px;
z-index: 2;
background-image: url(patrick.gif); 
background-repeat: no-repeat;
}

#counter {
position:absolute;
left: 5px;
top: 500px;
z-index: 4;
font-size: 7pt; 
font-family: verdana; 
}

-->