/* $Id: propella.css 2369 2009-07-09 04:48:46Z takashi $ */

BODY {
 margin: 1em 3em 1em 70px;
 color: black;
 background: white;
 background-image: url(title.gif);
 background-position: top left;
/* background-attachment: fixed; */
 background-repeat: no-repeat;
}

H1 {
	font-weight: lighter;
	color: #004466; 
	border-bottom: dotted 1px
}

H2, H3 {
  text-align: left;
  font-weight: middle;
  color: #005050; 
}

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 } 

/* 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.code { padding: 3px; background-color: #d0dcdc; }

DD { padding-left: 1em; margin-left: 5em; }
DT { list-style: disc; font-weight: bold }
HR { color: #008800; }



