a:link{
color:#0066CC;
}
a:visited{
color:#0066CC;
}
a:active{
color:#0066CC;
}
body{
color:#000000;
background-color:#FFFFFF;
}
SELECT{
border-color:#BBBBBB;
color:#000000;
}
TABLE{
border-color:#330066;
color:#000000;
}
CAPTION{
color:#000000;
}
TH{
color:#000000;
}
HR{
color:#000000;
}
TD{
border-color:#000000;
}
body{
font-family:"Times New Roman", Times, serif;
}
h1{
font-family:"Times New Roman", Times, serif;
font-weight:bold;
font-style:normal;
}
h2{
font-family:"Times New Roman", Times, serif;
font-weight:normal;
font-style:normal;
}
h3{
font-family:"Times New Roman", Times, serif;
font-weight:normal;
font-style:normal;
}
h4{
font-family:"Times New Roman", Times, serif;
font-weight:normal;
font-style:normal;
}
h5{
font-family:"Times New Roman", Times, serif;
font-weight:normal;
font-style:normal;
}
h6{
font-family:"Times New Roman", Times, serif;
font-weight:normal;
font-style:normal;
}
BUTTON{
border-style:solid;
border-width:1pt;
font-family:"Times New Roman", Times, serif;
font-style:normal;
}
TEXTAREA{
font-family:"Times New Roman", Times, serif;
font-style:normal
}
FIELDSET{
border-style:solid;
border-width:1pt;
font-family:"Times New Roman", Times, serif;
font-style:normal;
}
LEGEND{
font-family:"Times New Roman", Times, serif;
font-style:normal;
}
SELECT{
border-style:solid;
font-family:"Times New Roman", Times, serif;
font-style:normal
}
TABLE{
font-family:"Times New Roman", Times, serif;
font-style:normal;
}
CAPTION{
font-family:"Times New Roman", Times, serif;
font-style:normal;
}
TH{
font-family:"Times New Roman", Times, serif;
font-style:bold;
}
MARQUEE{
font-family:"Times New Roman", Times, serif;
}
select{
font-family:"Times New Roman", Times, serif;
}
img.thumbnail{
border:3px solid #A1C1C1;
}
.UserBackground{
background-color:#FFFFFF;
}
p.nb{
margin-top:0;
margin-bottom:0;
}
#myBtt {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #66ccff; /* Set a background color */
  color: black; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 9px; /* Rounded corners */
  font-size: 12px; /* Increase font size */
}

#myBtt:hover {
  background-color: #555; /* Add a dark-grey background on hover */
  color: white; /* Text color */
}