body {
    text-align: center;
    font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
    font-size: 8px;
    background-image: url(../images/gradient.jpg);
    background-repeat: repeat-x;
    background-position: top left;
}

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

a:hover {
	text-decoration: underline;
}
/* Quotation Box */

.quote_box {
    margin-bottom: 12px;
}

.quote_box p {
    font-size: 13px;
    line-height: 1.4em;
}

.quote_box h4 {
    text-align: right;
    font-style: italic;
    font-weight: normal;
    font-size: 11px;
}
