body {
  font-family: arial, helvetica, "Times New Roman";
  font-size:14px;
}

h1 {
  font-size:2em;
}

h2 {
    border-style: dashed;
    border-width: 3px;
    border-left-width: 10px;
    border-right-width: 10px;
    border-color: red;
}

p {
	color: red;
}

a {
	color: blue;
	text-decoration: underline;
}

strong {
  font-style: italic;
  text-transform: uppercase;
}