@media all {

c\:r {color: f93b4b; }   /* Red   */
c\:n {color: blue; }   /* Navy Blue   */
c\:o {color: orange; }   /* Orange   */

}

body {
  margin-left: 20px;
  background-color: #f7f7f7;
  color: #222;

  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.55;
}

b {font-weight: 700}
a {font-weight: 800; color: FF69B4}
