ADDRESS,
BLOCKQUOTE, 
BODY, DD, DIV, 
DL, DT, 
FIELDSET, FORM,
FRAME, FRAMESET,
H1, H2, H3, H4, 
H5, H6, IFRAME, 
NOFRAMES, 
OBJECT, OL, P, 
UL, APPLET, 
CENTER, DIR, 
HR, MENU, PRE   { display: block }
LI              { display: list-item }
HEAD            { display: none }
TABLE           { display: table }
TR              { display: table-row }
THEAD           { display: table-header-group }
TBODY           { display: table-row-group }
TFOOT           { display: table-footer-group }
COL             { display: table-column }
COLGROUP        { display: table-column-group }
TD, TH          { display: table-cell }
CAPTION         { display: table-caption }
TH              { font-weight: bolder; text-align: center }
CAPTION         { text-align: center }
body{
	background-color: black;
	background-image: url(/images/brick.gif);
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold; 
	text-align: center;
	color: #A2D0F7;
	line-height: normal; 
	list-style-type: disc;
	margin-top: 0px;
	padding: 0px;
}
div.wrapper {
	background-color: black;
	background-image: url(/images/spacebgr.jpg);
	width: 882px;
	border-right: 6px double #4B90FF;
	border-bottom: 6px double #4B90FF;
	border-left: 6px double #4B90FF;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	font-weight: bold; 
	margin-top: -15px;
	margin-left: auto;
	margin-right: auto;
	line-height: normal; 
	padding: 20px;
}
a:active{ 
	color:#A2D0F7;
	background-color: black;
	font-weight:bold;
}
a:link{
	color:#A2D0F7;
	background-color:black;
	font-weight:bold;
}
a:visited{
	color:#A2D0F7;
	background-color:black;
	font-weight:bold;
}
a:hover{
	color:red; font-weight:bold; font-style:italic; background-color:white;
}
tr.alt td{
	text-align: left; 
	color: #FFCC00; 
	background-color: black; 
	font-family: Ariel, sans-serif; 
	font-style: normal; 
	font-weight: bold; 
	font-size: 16px; 
	border-width: 1px; 
	border-color: #FFCC00; 
	border-style: solid
}
font.bob{
	font-size: 50px;
	font-weight:bold;
}
font.blink{
	font-size: 40px;
	font-weight:bold;
}
.know{
	font-size: 22px;
	font-style:italic;
	font-family: "Times New Roman", Times, serif;
}
h1{
	font-size: 27px;
	font-weight:bold;
}
h2{
	font-size: 17px;
	font-weight:bold;
}
small{
	font-size: 12px;
	font-weight:bold;
}
hr.c6 { text-align: center; width: 600px; }
hr.c4 { text-align: center; width: 450px; }
p{
	text-indent: 25px;
	margin-bottom: 0;
	font-weight:bold;
}
p.c{
	text-align: center; 
	margin-bottom: 0;
	font-weight:bold;
}
p.stb{
	text-indent: 0; margin-top: 0.83em
}
p.mtb{
	text-indent: 0; margin-top: 2.17em
}
p.ltb{
	text-indent: 0; margin-top: 3.08em
}
p.footer{
	text-indent: 25px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 11px;
	font-weight:bold;
}
p.copy{
	text-indent: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 11px;
	font-weight:bold;
}
#fullheight{
	height:80px;
}
#halfheight{
	height:23px;
}
.mntd{
	COLOR:#a2d0f7;
	font-weight:bold;
	FONT-FAMILY: "Times New Roman";
	FONT-SIZE: 13px;
}
.symtd{
	BACKGROUND-COLOR: #d79ec6;
	COLOR: #000000;
	FONT-FAMILY: wingdings;
	FONT-SIZE: 17px;
}
.symtd1{
	BACKGROUND-COLOR: #cccccc;
	COLOR: #000000;
	FONT-FAMILY: wingdings;
	FONT-SIZE: 35px;
}
.numtd{
	BACKGROUND-COLOR: #aaaaaa;
	COLOR: #7a1239;
	FONT-FAMILY: verdana;
	FONT-SIZE: 17px;
}
UL{
	margin-top: 0px; 
	margin-bottom: 0px;
	list-style-type:disc;
}
