<!DOCTYPE html>
<html>
<head>
<style>
body {
  background-color: linen;
}

h7 {
  color: maroon;
  margin-left: 40px;
} 
</style>
</head>
<body>

<h7>This is a heading</h1>
<p>This is a paragraph.</p>

</body>
</html>
/* ----- Custom CSS by ARI-Soft for Datatables "Fixed Column" ----- */
.DTFC_LeftWrapper th {background-color: #fff;}
.DTFC_RightWrapper th {background-color: #fff;}
/* ----- Custom CSS by ARI-Soft for Datatables "Fixed Column" ----- */

