@charset "UTF-8";

.footer_container {
    background-color: #417dc3;
    padding: 10px;
}

.footer_row {
    margin: 5px;
    color: white;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
}
.footer_left{
	width: 230px;
    float: left;
    text-align: right;
    margin-left: 90px;
    margin-top: 10px;
}
.footer_right{
	width: 550px;
    float: left;
    text-align: center;
    font-size: 13px;
    color: white;
}
.footer_right a{
	color:white;
}
.footer_right a:hover{
	color:#990000;
}