
  body{background-color:linen;}

h2{
  font-family: "Times New Roman", Times, serif;
}
#localStyle {
  background-color: #dddddd; 
  border:thin dotted #AAAAAA;
}
.evenRow{
  background-color: aqua;
}
ol.a {
  list-style-type: upper-roman;
}
a:hover {
  background-color: hotpink;
}
table, th, td {
  border: 1px solid;
  text-align: center;
}