body {
	margin:0;
	padding:10px 50px;
	background:#F1EFE2;
	font-size: 1.4em;
	font-family: georgia, "trebuchet ms", arial, serif;
}
h1 {
	margin-top: 20px;
	margin-bottom: 40px;
	color: #345;
	text-align: center;
	text-shadow: 1px 1px #fff;
}
h2 {color: #678;text-align: center;text-shadow: 1px 1px #fff;font-size:1.1em}

ul {text-align: center;}

li {
  display: inline;
}

a[href$=".pdf"], a[href$=".xls"], a[href$=".doc"], a[href$=".docx"] {
	position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #789 url("pdf2.png") no-repeat center 85%;
    border: 1px solid #000;
    display: inline-block;
    font-size: 15px;
    min-height: 120px;
    line-height: 1.2em;
    margin: 15px 2px;
    padding: 10px 10px 70px;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
    width: 100px;
    word-wrap: break-word;
    color: white;
}

a[href$=".doc"], a[href$=".docx"] {
	background-image: url("doc2.png");
}
a[href$=".xls"], a[href$=".xlsx"] {
	background-image: url("xls2.png");
}

a[href$=".pdf"]:hover, a[href$=".xls"]:hover, a[href$=".doc"]:hover, a[href$=".docx"]:hover {
	background-color: #456;
}
a[href$=".pdf"]:focus, a[href$=".xls"]:focus, a[href$=".doc"]:focus, a[href$=".docx"]:focus {
	background-color: #456;
}