/* Start of CMSMS style sheet 'MR - core' */
* {
  margin:0;
  padding: 0;
}

body {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 75%;
  color: #535353;
  background: #fff;
}

img {
  border: 0;
}

a {
  outline: none;
  text-decoration: none;
  color: #008ed0;
}

a:hover {
}

p {
  line-height: 150%;
}

ul,
ul li {
  margin: 0;
  padding: 0;
  line-height: 150%;
}

.clear {
  width: 100%;
  clear: both;
}


/* End of 'MR - core' */

