
h1,h2,h3,h4,h5{ color:darkred }

DIV,P {
  font-family:cursive;
  font-size:large
}

DIV.BigTitle {
  font-family:sans-serif;
  font-size:xx-large;
  font-weight:bold;
  color:darkred
}

DIV.BigBox {
    width: auto;
    text-align: center;
    border-style: groove;
    border-width: thick;
    padding: 2%;
    margin: 2%;
    font-family: sans-serif;
    font-size: xx-large;
    color: red
}

DIV.big {
  font-family:sans-serif;
  font-size:x-large;
  font-weight:bold;
  color=darkred
}

a:link.big {
  color: green;
  text-decoration: none;
  font-weight: bold;
  font-size: x-large
}
a:active.big {
  color: red; 
  text-decoration: none;
  font-weight: bold;
  font-size:x-large
}
a:visited.big {
  color: green; 
  text-decoration: none;
  font-weight: bold;
  font-size: x-large
}
a:hover.big { 
  color: purple; 
  text-decoration: underline;
  font-weight: bold;
  font-size:x-large
}

a:link { color: green; text-decoration: none}
a:active { color: red; text-decoration: none}
a:visited { color: green; text-decoration: none}
a:hover { color: purple; font-size:125%;text-decoration: underline}