/* FONTS AND COLORS */
body {
font-family: Arial,sans-serif;
font-size: 14px;
line-height: 1.428571429;
color: #333;
background-color: white;
}
h1, h2, h3, h4, h5, h6 {
color: black;
}
.navbar a, .navbar a:active, .navbar a:hover, .navbar a:visited...
fr51388bu