/* styles.css   */
/* An external stylesheet */

body,td,th {
	font-family: Century Gothic, Verdana, sans-serif;
	font-size: 13px;
	color: #663300;
}
a:link {
	color: #663300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663300;
}
a:hover {
	color: #000099;
	background-color: #80f5ff;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 44px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 14px;
}

td.bgNormal {
  color: #C5C5DB;
  background: white;

}
td.bgChange {
  color: #663300;
  background: #80F5FF;
} 

.style1 {
	font-size: 17px;
	font-weight: bold;
	}
.style2 {
    font-size:44px
	}
.style3:hover {
	color: #000099;
}