/* $Id: ggame.css 959 2004-12-27 02:25:51Z propella $ */

BODY {
 margin: 1em 3em 1em 70px;
 color: black;
 background: white url(ggame.gif) no-repeat left top;
 font-family: Verdana;
}

H2 {
	font-weight: normal;
	color: #004466;
	border-bottom: 10px dotted #AAD3D5;
	margin-right: 20%;
}

H3 {
	text-align: left;
	font-weight: bold;
	color: #005050;
	margin-right: 20%;
	border-bottom: 1px solid #428284;
}

STRONG {
  text-align: left;
  font-weight: nomal;
  color: #005050; 
}

A:link { color: #0000FF;}
A:visited { color: #0088FF;}
A:active { color: #333333;}
A:hover {
	background: #EECCCC;
	text-decoration: underline;
} 

/* P { margin-left: 5%; margin-right: 10% } */
P.id, ADDRESS { font-family: Helvetica; font-style: normal; margin: 0; font-size: x-small; text-align: right }

PRE {
	padding: 3px;
	background-color: #ECF0F0;
	font-family: "Courier New", Courier, mono;
	background-image: url(cat.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border: 1px solid #C7D3D2;

}

DD { border-left: dotted 1px; padding-left: 1em; margin-left: 5em; }
DT { list-style: disc; font-weight: bold }
HR { color: #9EBA98; 
  background-color: #9EBA98;
  border: 0px; /* ˜g‚Ì‘¾‚³ */
}
UL {
	list-style-type: square;
	border: 1px solid #CC9999;
}
UL UL {
	border: none;
}

a {
	text-decoration: none;
}
