@import url(https://fonts.googleapis.com/css?family=Peralta);
tr:hover {
  background-color: #ffa;
}

table.summary {width:30% !important;}

table {
    background-color: #FFF
}
footer,
header h1 {
    text-align: center
}
footer,
table {
    border-top: 1px solid #CCC
}
h2 {
    text-decoration: underline;
	text-align: center
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content: " \25B4" 
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block
}
html {
    background-image: url(back.png);
    font-size: 12px;
    font-family: Verdana, Arial, "Times New Roman", Serif
}
body {
    max-width: 1400px;
    margin: 0 auto
}
a {
    color: #000;
    text-decoration: none
}
p {
    text-align: justify
}
img {
    max-width: 100%;
    height: auto
}
header h1 {
    font-family: Peralta, serif;
    font-size: 55px;
    font-weight: 400
}
h2 {
    font-size: 17px
	text-align: center;
}
header h1 span {
    color: #f7931a
}
article {
    margin: 20px 0
}
table {
    width: 100%;
    border-right: 1px solid #CCC;
    border-spacing: 0
}
td,
th {
    padding: 3px 5px;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    text-align: left
}
td:nth-child(3),
td:nth-child(4),
th:nth-child(3),
th:nth-child(4) {
    text-align: right
}
footer {
    color: #555;
    margin-bottom: 20px;
    padding-top: 10px
}