#pa {
position: absolute;
height: 320px;
width: 300px;
background-color: #FFFF99;
border: 1px solid #333;
}

#handle {
margin: 2px;
padding: 2px;
width: 98%;
color: white;
background-color: navy;
font-weight: bold;
cursor: hand;
}

a:link {
color: white;
text-decoration: none;
font-weight: bold;
font-family: Arial;
}

a:visited {
color: white;
text-decoration: none;
font-weight: bold;
font-family: Arial;
}

a:hover {
color: yellow;
text-decoration: underline;
font-weight: bold;
font-family: Arial;
}

a:active {
color: yellow;
text-decoration: underline;
font-weight: bold;
font-family: Arial;
}