body {
	margin: 0px;
	color: black;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	background-color: #F5F5F5;
	background-image: none;
	background-repeat: repeat-x;
}
.container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	color: #000;
}

.contentarea { 
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	color: #000;
}

<!--This is for blocks of text I still can't get it work properly in 21&22, so I inserted it in the header-->
p.Normal, li.Normal, div.Normal {  
	font-size:12.0pt;
	font-family:"Times New Roman";
	padding:0pt;
	margin-top:0pt;
	margin-bottom:5pt;
	margin-left:0pt;
	text-align:justify;
}

p.NormalReduced, li.NormalReduced, div.NormalReduced {  /* For spacing */ 
	font-family:"Times New Roman";
	margin-top:0pt;
	margin-bottom:0pt;
	font-size: xx-small;
}
p.Heading1{  /* only one in cases */ 
	font-family:"Times New Roman";
	margin-top:72pt;
	margin-bottom:10pt;
	font-size: 14pt;
	text-align:center;
	text-transform:uppercase;
	
}
p.Heading2{  /* change Heading 4 to Heading 2. There is one Heading 3 */ 
	font-family:"Times New Roman";
	margin-top:0pt;
	margin-bottom:5pt;
	font-size: 12pt;
	text-align:left;
	font-weight:bold;	
}
p.CaseNote, li.CaseNote, div.CaseNote {
	font-size:11.0pt;
	font-family:"Times New Roman";
	margin-top:0pt;
	margin-bottom:0pt;
	margin-left:18pt;
	text-align:justify;
}
p.CaseNoteLast, li.CaseNoteLast, div.CaseNoteLast {
	font-size:11.0pt;
	font-family:"Times New Roman";
	margin-top:0pt;
	margin-bottom:5pt;
	margin-left:18pt;
	text-align:justify;
}
p.NormalInlineNotes, li.NormalInlineNotes, div.NormalInlineNotes {
	font-size:10.0pt;
	font-family:"Times New Roman";
	margin-top:0pt;
	margin-bottom:5pt;
	margin-left:0pt;
	text-align:justify;

}a:link { 
	color: #696969; 
	text-decoration: none;
}  /* unvisited links */
	
a:visited { color: #696969; 
	text-decoration: none;
}  /* visited links   */
a:hover   { color: #00c }  /* user hovers     */
a:active  { color: #ccc }  /* active links    */

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
