@charset "utf-8";
body {
	background-color: #D6D6D6;
	color: #000;
	font-size: 14px;
}
a:link {
	text-decoration: none;
	color: #000;
	font-family: "Courier New", Courier, monospace;
}
a:visited {
	text-decoration: none;
	color: #00F;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #000;
}
.picture {
	border: thin solid #000;
}

th {
	color: #03C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}
td.word {
	font-size: 18px;
	color: #000;
	text-align: center;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.tablewhatever  {
	color: #000;
	font-family: "Times New Roman", Times, serif;
	border: thin solid #000;
	font-size: 14px;
	margin: 10pt;
	padding: 10pt;
	display: block;
	text-align: center;
}


a.list {
	color: #FFF;
	display: block;
	width: 90px;
	padding: 5px;
	border: thin solid #0C0;
	background-color: #39C;
	text-decoration: none;
	position: fixed;
	text-align: center;
}
td.heading {
	font-size: 18pt;
	color: #FFF;
	font-weight: normal;
	word-spacing: normal;
	font-family: cursive, sans-serif;
	font-style: normal;
}

span.textarea {
	text-align: center;
	left: auto;
	right: auto;
	font-size: 18pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #33C;
	clip: rect(auto,auto,auto,auto);
}
span.area {
	font-size: 9pt;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
label.label {
	text-align: right;
}



.menu {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
label.name {
	text-align: left;
	padding-left: 15px;
}
.copyright {
	font-size: 9px;
	color: #000;
	text-align: center;
}



.input {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #606;
	font-size: 12px;
	text-align: justify;
}

