@charset "UTF-8";
.body {
	font-family: Code-Pro-LCArial, Helvetica, sans-serif;
	background-color: #C3C3C3;
	
}
.inline-link-1 {
    display: inline-block;
    margin: 0 0.2em;
    padding: 2px;
    background: #c3c3c3;
    border-radius: 2px;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; 

    /* Font styles */
	text-decoration: none;
    font-weight: bold;
    color: white;
}

.inline-link-1:hover {
	background: #000000
}

.inline-link-1:active {
	background: #F2BF97
}

.inline-link-1:visited {
    background: #F2BF97
}
