@charset "utf-8";
/* CSS Document */
body {background-color: #FFFFFF;}
p    {color: black; font-family: 'Arial';}
a    {font-family: "Arial";}
a:hover {color: tomato; text-decoration: none;}
li a:hover {background-color: tomato;}
.row.no-pad {margin-right:0; margin-left:0;}
.row.no-pad > [class*='col-'] {padding-top:0; padding-bottom:0;}