body {
	padding: 1em 2em;
	background-color: white;
}

.sum1 {font-family: Verdana, Arial ;font-size : 12px ; font-weight: bold}
.sum2 {font-family: Verdana, Arial ;font-size : 12px ; text-indent: 20px}
p {font-family: Verdana, Arial ;line-height: 15px; font-size : 12px }
ul{font-family: Verdana, Arial ;line-height: 15px; font-size : 12px }
li{font-family: Verdana, Arial ;line-height: 15px; font-size : 12px }
#indent {text-indent: 20px}
#lila {color: #660066 ; font-weight: bold}
#minus {font-size : 12px}
.title1 {font-family: Verdana, Arial; letter-spacing: 1px ; color: #660066 ;line-height: 22px ;background-color: #FFE8B4}

.title2 {font-family: Verdana, Arial}
td {font-family: Verdana, Arial; font-size : 12px}
tdGros {font-family: Verdana, Arial; font-size : 12px}
.backBeige {background-color: #FFE8B4}
.backBlue {background-color: #E7CEFF}
.backPink {background-color: #FFFFCC}
.link {font-family: Verdana, Arial;font-size : 12px ; text-align: right }
A:link    {text-decoration: none; color: #660066; }
A:visited {text-decoration: none; color: #660066; }

.titlePage {font-family: Verdana, Arial; letter-spacing: 1px ; color: #660066 ;font-size : 30px ; text-align: center; line-height: 50px}
h1 {font-weight: normal; font-family: Verdana, Arial; letter-spacing: 1px ; color: #660066 ;line-height: 22px ;font-size : 20px; background-color: #FFE8B4}
h2 {font-family: Verdana, Arial; font-size : 15px; line-height: 40px }
h3 {font-family: Verdana, Arial; font-size : 12px; line-height: 40px; font-style: italic }

table p {
	padding: 0;
	margin: 0;
}

#menu {
	float: left;
	width: 13em;
  margin: 0em 2em 0em 0em;
  padding: 0em;
  list-style-type: none;
  list-style-image: none;
  text-align: center;
  background-color: white;
}
#menu li {
  margin: 0px auto 0.6em auto;
  background: none;
}
#menu li a {
  padding: 5px 0px;
  border: 1px solid #aad384;
  background: #e7d6ee none repeat scroll 0%;
  width: 90%;
  height: 1.90em;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #162716;
  overflow: hidden;
}
#menu li a:hover {
  background: #dc9eef none repeat scroll 0%;
}
#menu li a:active {
  background: gray none repeat scroll 0%;
  color: #ffffff;
}

div.code, pre.code, span.code {
	font-family: courier;
	font-size: 14px;
	background-color: #eae0fe
}

