A:link
{
font-family: helvetica;
text-decoration: none;
color: black;
}
A:visited
{
font-family: helvetica;
text-decoration: none;
color: black;
}
A:hover
{
color: blue;
font-family: helvetica;
text-decoration: none;
}
A.menulink {
font-family:helvetica;
color: #FF0000;
}
A.menulink:hover {
color:#0000FF;
text-decoration: none;
}

#dropinboxv2cover{
width: 349px; /*change width to desired */
height: 465px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
width: 329px; /*change width to above width-20. */
height: 445px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 2px solid black; /*Customize box appearance*/
background-color: lightyellow;
padding: 4px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}


