/* CSS Document */
body {
  text-align: center;
  }

div.textError {
	font-size: small;
	color: red;
}

div.textCaption {
	font-size: x-small;
}

div.textScoreBoard {
	font-size: small;
	text-align: left;
}

div.textBodyCaption{
	font-size: small;
	font-weight: bolder;
}

div.textBodyCaptionHead{
	font-size: normal;
	font-weight: bolder;
}

div.textBody{
	font-size: small;
}

table {
	border-width: medium;
	border-style: none;
}

table.tableScoreBoard{
	border-style: inset;
	border-width: thin;
}

input.textInput{
	border-style: inset;
	border-width: thin;
	font-size: x-small;
}
