body,div {
  scrollbar-base-color: #9BCDEE; 	
  scrollbar-arrow-color: #A52A2A; 
  font-family: Verdana, Arial, Courier New, sans-serif;
  font-size: 12px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 5;
}
.dating-note {
  font-size: 10px;
}
a.title:link, a.title:visited, a.title:active, a.title:hover{
  font-size: 24px;
  font-weight: bold;
  color: #537f7a;
  text-decoration: none;
  margin-bottom: 0;
}
h1,h2 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}
table.dating {
    font-size: 12px;
	border: 1px solid black;
	border-collapse: collapse;
	background-color: #9BCDEE;
}
table.dating th {
	border: 1px solid;
	background-color: #9BCDEE;
}
table.dating td {
	background-color: #ffffff;
	border: 1px none;
}

table.top {
    font-size: 12px;
	border: 1px solid black;
	border-collapse: collapse;
	background-color: #9BCDEE;
    text-align: center;
}
table.top th {
	border: 1px none;
	background-color: #9BCDEE;
}
table.top td {
	background-color: #ffffff;
    border: 1px solid;
}

a:link, a:visited, a:active {
    color: #000000;
    text-decoration: underline;
}
a:hover { color: #537f7a; }
