Body {
  margin: 1px;
  padding: 1px;
  font-family: arial;
  font-size: 12pt;
  text-align: center;
  width: 252px;
}

.fan {
   padding: 0px;
   margin: 0px;
}
.fan-outline {
   border: 1px;
   border-style: solid;
   padding-top: 5px;
   padding-bottom: 5px;
   margin-top: 5px;
   background-color: #efefef;
}
.fan-button {
	color: green;
	font-weight: bold;
	font-size: 11pt;
}

.fan-tiny {
   padding: 0px;
   margin: 0px;
   margin-bottom: 2px;
   font-size: 10pt;
	font-weight: normal;
}
.fan-table {
   border-collapse: collapse;
}
.fan-highlight {
   background-color: yellow;
}
tr.fan {
}
th.fan {
   font-size: 10pt;
}
td.fan {
   border: 1px;
   border-style: solid;
   text-align: left;
   padding: 5px;
   font-size: 10pt;
	font-weight: normal;
}

.container {
  width: 100%;
  float: left;
}

.button {
	color: red;
	font-weight: bold;
	font-size: 14pt;
}


.outline {
	border: 1px;
	border-style: solid;
	margin: 0px;
}

.highlight {
	border: 1px;
	border-style: solid;
	padding: 5px;
	margin: 2px;
	background-color: #ffd;
	font-weight: bold;
	font-size: 11pt;
	text-align: left;
}

.active {
	background-color: #ff1;
}

.headlines {
	font-size: 14pt;
	font-weight: normal;
}

.smallevents {
	margin-left: 10px;
	font-size: 10pt;
	font-weight: normal;
}

.smalldives {
	margin-left: 30px;
	font-size: 10pt;
	font-weight: normal;
}

.tiny {
	float: right;
	font-size: 10pt;
	font-weight: normal;
}

.score {
	margin-left: 70px;
	font-size: 8pt;
	font-weight: normal;
}

.score_entry {
	font-family: courier;
	font-weight: bold;
	text-align: center;
}

.help {
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	margin-left: 10px;
}
.helpcenter {
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	margin-left: 10px;
}

.links {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 2px;
    border: solid;
    border-width: 2px;
    border-color: #ccddee;
    background-color: #8899aa;
    font-weight: bold;
    font-size: 10pt;
    color: white;
    text-align: center;
    cursor: pointer;
}
.links a {
  text-decoration: none;
  color: white;
}
.links_selected {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 2px;
    border: solid;
    border-width: 2px;
    border-color: black;
    background-color: #2233aa;
    font-weight: bold;
    font-size: 10pt;
    color: white;
    text-align: center;
    cursor: pointer;
}
.links_selected a {
  text-decoration: none;
  color: white;
}


Table {
	width: 100%;
}
