* {
    font-family: Myriad Pro,"Lucida Grande","Lucida Sans Unicode",Trebuchet MS,Arial;
    color: #09378e;
    font-size: 15px;
    margin: 0;
}

body {
    background-color: #f0f0f0;
    margin-top: 30px;
}

h1 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 0px;
}

hr {
    background-color: #1d1d1d;
    margin: 30px 0px;
}

a {
    color: #000000;
}

.linkBox {
    margin-bottom: 20px;
}

.linkBox a {
    transition: all 0.3s ease 0s;
}

.link {
    text-align: center;
}

.link span {
    font-size: 18px;
    font-weight: bold;
}

.container {
   text-align: center;
}