*{
	text-align:left;
}

html{
	font-family:"Verdana",sans-serif;
	color:#333;
	background-color:#fff;
}

body{
	text-align:center;
}

a{
	color:#996;
	text-decoration:none;
}

a:hover{
	color:#663;
}

img{
  vertical-align:text-bottom;
}

h4{
  margin-bottom:0px;
}

blockquote {
	font-family:"Times New Roman",serif;
}

ul{
  list-style-type: none;
}

#content{
	width: 500px;
  float:left;
  padding:20px;
  border-right:1px dotted #ccc;
}

#note{
  width:250px;
  float:left;
  font-size:75%;
}

#content p{
	font-size:90%;
	line-height: 1.5;
  clear:both;
  margin-top:5px;
}

#copy {
	margin-top:50px;
	font-size:9pt;
  padding:5px 0px;
}

.indented{
  text-indent:5em;
}