body{ /* Normal  */ 
      font-size: 20px; 
  } 
td {  /* Table  */ 
  font-size: 20px; 
} 
h1.title { 
  font-size: 38px; 
  color: DarkBlue; 
} 
h1 { /* Header 1 */ 
  font-size: 28px; 
  color: DarkBlue; 
} 
h2 { /* Header 2 */ 
    font-size: 22px; 
  color: DarkBlue; 
} 
h3 { /* Header 3 */ 
  font-size: 18px; 
  font-family: "Times New Roman", Times, serif; 
  color: DarkBlue; 
} 
code.r{ /* Code block */ 
    font-size: 20px; 
} 
pre { /* Code block - determines code spacing between lines */ 
    font-size: 20px; 
} 
.emphasized {
  color: white;
}
