/* $Id: swiki.css 961 2004-12-27 05:18:57Z propella $ */

BODY {
 margin: 1em 3em 1em 70px;
 color: black;
/* background: white url(runCar.gif) no-repeat left top;*/
 font-family: Verdana;	
}

H2 {
	background: url(runCar.gif) no-repeat right bottom;
	color: #003399;
	margin-right: 20%;
	padding-top: 20px;
	padding-bottom: 30px;
}

H3 {
	text-align: left;
	font-weight: bold;
	color: #003399;
	margin-right: 20%;
	border-bottom: 1px solid #003399;
}

B {
  text-align: left;
  font-weight: nomal;
  color: #006666; 
}

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;
}

TABLE {
	border-style: none;
	margin: 0;
}
TD {
	border: solid;
	border-color: #87C5AA;
	border-width: 2;
	padding: 6;
}

