@charset "UTF-8";

body {
  font-family: 'Lucida Grande', 'Arial', 'Helvetica', sans-serif;
  padding: 0;
  margin: 9px 9px 0 9px;
  background: #fff;
  line-height: 1.4;
  font-size:0.9em;
}

h1 {
}

h2 { 
     padding: 2px 2px 2px 5px;
     border-style: dashed;
     border-width: 0 0 1px 0;
     border-color: #330000;
}

h3 { 
	background: url(images/title-icon1.png) no-repeat 0 0;
	margin: 0 0 0 0;
	padding: 0px 2px 0px 20px;
}

a {
	text-decoration: none;
	color: #550000;
}

a:hover {
	text-decoration: underline;
}

img {
      border: none;
}

/* box */
#box {
	border-color: #330000;
	border-width: 1px 1px 1px 1px;
	border-style: dashed;
}

#code {
  padding: 0 10px 0 10px;
  margin: 5px;
  background-color: #e6e6fa;
}
