html{
   font-family: sans-serif;
}
a{
   text-decoration: none;
   color:black;
   font-weight: bold;
   border-bottom: 1px dotted black;
}
a:hover{
   text-decoration: none;
   color: #0000AA;
   font-weight: bold;
   border-bottom: 1px dotted #0000AA;
}
a:visited{
   text-decoration: none;
   font-weight: bold;
   border-bottom: 1px dotted black;
}
.maindiv{
   margin-left: auto;
   margin-right:auto;
   width: 41em;
}

.scrolltext{
   text-align:center;
   font-style: italic;
}

.disclaimer{
   text-align:center;
}

.scrolltext h3{
   font-style: normal;
}

.desc{
   font-style: italic;
}

.end{
   text-align:center;
}