body {
   font-family:  verdana, sans, arial, helvetica, sans-serif;
   font-size: small;
}

h2 {
   font-size: 140%;
   font-weight: normal;
   text-transform: uppercase;
   margin: 1em 0;
   padding: 2px;
   color: #fff;
   background-color: #c11c62;
}

h3 {
   font-size: 120%;
   font-weight: bold;
   margin: 0;
   padding: 2px;
   color: #c11c62;
}

.quesnotes {
   margin: 0;
   margin-bottom: 5em;
}

#resources a:hover {
   background: yellow;
}

