body {
     font-size: small;
     font-family: Arial, sans-serif;
     margin: 0;
}

a {
    text-decoration: none;
    color: #474747;
    padding: 10px;
}

a:hover{
    text-decoration: underline;
}

.button {
    background-color: #487FF4;
    color: white;
    font-weight: bold;
    padding:8px;
}

.header {
    margin-top: 15px;
    margin-right: 27px;
    float: right;
    color: #404040;
}

.search {
	text-align: center;
    clear: both;
    padding-top: 10%;
}

input{
    width: 500px;
    height: 30px;
}

.search a {
    display: inline-block;
    margin-top: 25px;
    margin-left: 5px;
    width: 130px;
    background-color: #F2F2F2;
    font-weight: bold;
    font-size: #2D2727;
}

.basa {
    text-align: center;
    margin: 20px;
}

footer {
    position: fixed;
    clear: both;
    bottom: 0;
    width: 100%;
    background-color: #F2F2F2;
    padding: 15px;
}


footer .footer-left {
    float: left;
    margin-left: 7px;
}

footer .footer-right {
   float: right;
   margin-right: 25px;
}
