body {
	background: url(images/plaster_bg.gif);
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link, a:visited {
	font-family: Arial;
	color: #000066;
	text-decoration: underline;
}

a[href$=".pdf"] {
    background: url(images/icon_pdf.jpg) no-repeat right top;
    padding-right: 12px;
}

a[href$=".doc"] {
    background: url(images/icon_word_doc.jpg) no-repeat right top;
    padding-right: 12px;
}

a[href$=".xls"] {
    background: url(images/icon_xls.jpg) no-repeat right top;
    padding-right: 12px;
}