/* CSS Document */

/* Text */

#quote{
	margin: 0;
	padding:0;
	color: #000;
    font-size:14px;
	line-height: 1.3em;
    font-family: Georgia, "Times New Roman", Times, serif;
}

#name{
	margin: 25px 0 0 0;
	color: #666666;
	font-size:15px;
	line-height: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	float: right;
}

ul {
  list-style:circles;
  font-size:13px;
  line-height: 1.3em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0 0 0 25px;
  padding: 0;
  }

li {
  list-style:circles;
  margin: 0 0 3px 0x;
  }