A:link {color:#ffffff;text-decoration:none;}
A:visited {color:#ffffff;background:transparent;text-decoration:none;} 
A:active:hover {color:#ff9999;text-decoration:underline;}

/* Small link to home page (on bottom of the page) */
A.home:link {color:"#000000";text-decoration:none;font-size:10pt;font-weight:bold;}
A.home:visited {color:"#000000";background:transparent;text-decoration:none;font-size:10pt;font-weight:bold;} 
A.home:active:hover {color:"brown";text-decoration:underline;font-size:10pt;font-weight:bold;}

/* Link to page on person whose autograph is listed; bottom of box, with bullet */
A.new2:link {color:brown;text-decoration:none;font-size: 12pt;}
A.new2:visited {color:brown;background:transparent;text-decoration:none;font-size: 12pt;} 
A.new2:active:hover {color:black;text-decoration:underline;font-size: 12pt;}

/* Link to page on person whose autograph is listed; top of page, header of sorts */
A.new3:link {color:#CC9900;text-decoration:none;font:italic bold 22pt "book antiqua";}
A.new3:visited {color:#CC9900;background:transparent;text-decoration:none;font:italic bold 22pt "book antiqua";}
A.new3:active:hover {color:brown;text-decoration:underline;font:italic bold 22pt "book antiqua";}

/* person whose autograph is listed, if not a link; top of page, header of sorts */
H3 {color:#CC9900;text-decoration:none;font:italic bold 22pt "book antiqua";}

/* The main descriptive paragraph of the page */
DIV.justify {text-align:justify; text-indent: 0.5in; font:bold 13.5pt "book antiqua", "georgia", "times new Roman"; color:black;}

/* Border around the picture of the autograph */
IMG.autograph-border {border: solid black; border-width: 2;}
	




#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #EFEFEF;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}







