/* Style Sheet for PHP files */

body
{
  font-family: Arial, sans-serif;
  font-size: 1.0em;
}

#mainDiv
{
  width: 600px;
  border: 3px solid blue;
  border-radius: 20px;
  padding: 20px;
  margin: 2em auto;
}

table, th, td
{
  border: 1px solid gray;
  border-collapse: collapse;
}

th, td
{
  font-size: 1.0em;
  padding: 7px;
}

.numberAlign
{
  text-align: right;
}

.colOne
{
	width: 200px;
}

.error_emphasis
{
  color: #C00;
}
