body { background:black }
td { font-family:Century Gothic; background:black; color:white; font-size:11pt }
h1 { font-family:Century Gothic, Palatino Linotype; font-size:47pt; text-align:center; font-weight:normal; white-space: nowrap; }
h2 { font-family:Century Gothic, Palatino Linotype; font-size:11pt; text-align:left; font-weight:normal; display:inline; width:100% }
h3 { font-family:Century Gothic, Palatino Linotype; font-size:18pt; text-align:left; font-weight:normal; display:inline; width:100% }
a { color:#E37F81; text-decoration:none;  }
a:hover { text-decoration:underline;  }

input.text { width:200px; border:1px solid gray }


.LeftAlign {
	text-align: left;
}

.CenterAlign {
	text-align: center;
}

.RightAlign {
	text-align: right;
}

.JustifyAlign {
	text-align: justify;
}

.nojust {
	text-align:left;
	width: 100%;
}

