@import url('nostyle.css');

body {
 font-family: 'Trebuchet MS', Verdana, sans-serif;
}

em {
 font-style: normal;
 font-weight: bold;
}

strong {
 color: red;
}
