/* Normalize Style */
body {
    margin: 0 auto;
}
ul, ol {
    margin-bottom: 10px;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
}
a{
color: #413445;
text-decoration: none;
}
small a{
color: #AFACAC;
text-decoration: none;
}
a:hover, a:focus {
    color: #4FC1D2;
    text-decoration: none;
}
img {
    border: 0 none;
    height: auto;
    max-width: 100%;
}
img {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
}
address {
    margin-top: 20px;
}
h1, h2, h3 {
    line-height: 1.3;
}
a {
    outline: medium none !important;
}
a,span {
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;	
}
p {
    font-weight: 400;
    margin: 0 0 15px;
}
hr {
    width: 60%;
}