BODY, TABLE, TR, TD, TH, P {
    font-size: 13px;
    font-family: verdana,arial,helvetica,sans-serif;
    color: white;
	background-color: black;
}
.footer {
    font-size: 10px;
    font-family: verdana,arial,helvetica,sans-serif;
    text-align: center;
}
.copy {
    text-align: center;
    font-size: 10px;
	margin-top: 5px;
}
A:link {
	color: yellow;
}
A:visited {
	color: yellow;
}
A:active {
	color: white;
}
.title {
	font-size: 16px;
	font-weight: 700;
}
.subtitle {
	font-size: 14px;
}
H1 {
	font-size: 16px;
}
.note {
    font-size: 10px;
    font-family: verdana,arial,helvetica,sans-serif;
    text-align: left;
}
.search {
	font-size: 0px;
	color: black;
}
.navlink {
	color: yellow;
	font-family:verdana,arial,helvetica,sans-serif;
	font-weight: 700;
	background-color: black;
}
input {
background-color: #ffff50;
}