BODY {
	FONT-WEIGHT: bolder; 
	font-size: 14px;
	FONT-FAMILY: Arial, Helvetica, sans-serif, sans-serif; 
	COLOR: white; 
	BACKGROUND-COLOR: #666666;
	SCROLLBAR-FACE-COLOR: #0099ff; 
	SCROLLBAR-HIGHLIGHT-COLOR: #00ffff; 
	SCROLLBAR-SHADOW-COLOR: #006666; 
	SCROLLBAR-3DLIGHT-COLOR: #0000cc; 
	SCROLLBAR-ARROW-COLOR: #ffff00; 
	SCROLLBAR-TRACK-COLOR: #000066; 
	SCROLLBAR-DARKSHADOW-COLOR: #000033; 
	SCROLLBAR-BASE-COLOR: #3399ff; 
}

A {
	COLOR: #ffcc00;
	FONT-WEIGHT: bolder;
	text-decoration: none;
}

A:hover {
	COLOR: #ffcc00;
	FONT-WEIGHT: bolder;
	text-decoration: underline;
}

A.nav {
	COLOR: #ffffff;
	FONT-SIZE: large;
	text-decoration: none;
}

A.nav:hover {
	COLOR: #ffff00;
	FONT-SIZE: large;
}

H1 {
	FONT-SIZE: x-large; COLOR: #ff0000; FONT-STYLE: normal; 
}

H2 {
	FONT-WEIGHT: bolder; COLOR: #0000cc; FONT-STYLE: oblique;
}

H3 {
	FONT-WEIGHT: bolder; COLOR: red
}

H1.main {
	FONT-SIZE: x-large; COLOR: #ffff00; FONT-STYLE: normal; 
}

H2.main {
	FONT-WEIGHT: bolder; COLOR: #0000cc; FONT-STYLE: oblique;
}

H3.main {
	FONT-WEIGHT: bolder; COLOR: yellow
}

HR {
	WIDTH: 90%; COLOR: blue
}

TABLE.cmd {
	BORDER: #0099FF thin ridge; 
	FONT-WEIGHT: bolder;
	BACKGROUND-COLOR: #5997DA;
	color:  white;
}

TABLE  { 
	text-align: left;
	color:  white;
	}

TEXTAREA, INPUT { 
	BORDER: #0099FF thin ridge; 
	color:  #000066;
}


