body {
	margin-top: 0;
	margin-left: 5em;
	margin-right: 5em;
	padding-top: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1em;
	color: #000033; 
}

a.sign {
	margin-top: 0;
	padding-top: 0;
	text-decoration: none;
	font-size: 30px;
}

a.sign:link {
	background-image: url('sign_in.gif');
	background-repeat: no-repeat;
}

a.sign:visited {
	background-image: url('sign_in2.gif');
	background-repeat: no-repeat;
}

a.sign:hover {
	background-image: url('sign_in1.gif');
	background-repeat: no-repeat;
}

a.sign:active {
	background-image: url('sign_in1.gif');
	background-repeat: no-repeat;
}

a.join {
	margin-top: 0;
	padding-top: 0;
	text-decoration: none;
	font-size: 30px;
}

a.join:link {
	background-image: url('join.gif');
	background-repeat: no-repeat;
}

a.join:visited {
	background-image: url('join2.gif');
	background-repeat: no-repeat;
}

a.join:hover {
	background-image: url('join1.gif');
	background-repeat: no-repeat;
}

a.join:active {
	background-image: url('join1.gif');
	background-repeat: no-repeat;
}

h1 {
	width: 70%;
	font-family: Times, Times New Roman, serif;
	font-size: 1.6em;
	margin: 2em 0 .5em 0;
}

h2 {
	font-family: Times, Times New Roman, serif;
	font-size: 1.3em;
	margin: 2em 0 .5em 0;
}

h3 {
	font-family: Times, Times New Roman, serif;
	font-size: 1.2em;
	margin: 2em 0 .25em 0;
}

p.firstp {
	width: 70%;
}

p.lastp {
	text-align: center;
	color: #666699;
}

td {
	vertical-align: top;
}

td.lmenu {
  border-top: 1px;
  border-right: 0;
  border-bottom: 0;
  border-left: 1px;
  border-style: solid;
  border-color: #333366;
  padding: 1em 0 0 1em;
}

td.pmenu {
  border-top: 1px;
  border-right: 0;
  border-bottom: 0;
  border-left: 1px;
  border-style: solid;
  border-color: #333366;
  padding: 1em 0 0 1em;
}

ul {
	list-style: none;
	margin-left: .5em;
	padding-left: .5em;
}