* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body {

	font-family: Times, Arial, Verdana, Sans-serif;

	font-size: 13px;

	color: black;
	background: #ffffff;

}
html, body {

	margin: 0;

	padding: 0;
}


a:link {
color: #CD1D27;
text-decoration:none;
}

a:hover {
  color: #CD1D27 !important;
  text-decoration:underline;
}

a:visited {
color: #CD1D27;
}

