.hoverlink{ font-weight:normal;  text-decoration: none;}
.hoverlink:hover{ font-weight:bold; text-decoration: none;}
.hoverlink:visited{ text-decoration: none;}

.topbar{ color: black; font-weight:bold;  text-decoration: none;}
.topbar:hover{ color: black; font-weight:bold; text-decoration: underline;}
.topbar:visited{ color: black; font-weight:bold;  text-decoration: none;}

H1 {text-align:center; color:#A62732; font-size: 28px; font-weight:bold; font-family: georgia,times,serif; }
H2 {text-align:center; color:#A62732;  font-size: 25px; font-weight:bold; font-family: georgia,times,serif; }
H3 {text-align:center; color:#A62732;  font-size: 22px; font-weight:bold; font-family: georgia,times,serif; }
H4 {text-align:center; color:black;  font-size: 18px; font-weight:bold; font-family: georgia,times,serif; }

BODY { font-family: georgia,times,serif; font-size: 18px;}

#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%; }

#popUpDiv {
position:absolute;
background-color:#eeeeee;
width:640px;
height:400px;
z-index: 9002; }


