#page-wrap{
text-align:center;
background:white;
width:900px;
margin:0 auto;
font-family:"Trebuchet MS", Helvetica, sans-serif;
font-size:14px;
}

body {
text-align:center;
background:white;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size:cover;
background-size: cover;
;}

#download h2{
text-shadow: 0px 0px 3px #585858;
}

#download h3 {
text-decoration:underline;
}

#download {
margin-left:50px;

text-align:left;
background:white;
}

table.download {
text-align: center;
font-family:"Trebuchet MS", Helvetica, sans-serif;
font-size:14px;
color:black;
}

table.download th{
text-align:left;
font-size:16px;
color:black;
font-weight:normal;
}

table.download td{
text-align:justify;
text-justify:inter-word;
text-decoration:none;
color:black;
padding:0;
font-size:13px;
}


table.download th a{
text-decoration:none;
font-weight:normal;
}

table.download td a{
font-size:14px;
}

table.download hr {
 height: 30px;
 border-style: solid;
 border-color: black;
 border-width: 2px 0 0 0;
 border-radius: 25px;
 text-align: center;
}
 
table.download hr:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    -webkit-border-radius:25px;
      -moz-border-radius:25px;
            border-radius:25px;
}


