body, p, td, a, input, select
{
  font-family: Verdana, Helvetica, Sans-Serif;
  font-size: 10pt;
  background-color: #000028;
}

h1
{
  font-size: 14pt;
  font-weight: 700;
}

h2
{
  font-size: 12pt;
  font-weight: 600;
}

p
{
	margin-top:		2px;
	margin-bottom:	4px;
	margin-left:	2px;
	margin-right:	2px;

	padding-top:	2px;
	padding-bottom: 2px;
	padding-left:	0px;
	padding-right:	0px;
	background-color: #00193c;
}

.main
{
	padding-top:	10px;
	padding-bottom: 10px;
	padding-left:	10px;
	padding-right:	10px;

	position: absolute;
	top: 50px;
	left: 0px;
	width: 646px;
	border-style: outset;
	border-color: #07c7b7;
	border-width: 2px;
	color: #FFFFFF;

	background-color: #00193c;
}
.parent
{
	margin: 20px auto;
	width: 646px;
	position: relative;
}

.highlight
{
	font-weight: 900;
}