body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

li {
list-style-type:square;
}

table {
font-size: 12px;
}

.whiteblock
{
padding:5px;
background-color:#FFFFFF;
}


blockquote {
display: block;
padding: 20px 20px;
width: 400px;
}

blockquote:before, blockquote:after {
color: #FF6600;
display: block;
font-size: 500%;
width: 50px;
font-family:Arial, Helvetica;
}

blockquote:before {
content: open-quote;
height: 0;
margin-left: -0.75em;
}

blockquote:after {
content: close-quote;
height: 50px;
margin-top: -50px;
margin-left: 420px;
}