/* Main Section */
body {
  background-image:url(bt21_.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  margin:20px;
  font-family: "Caveat Brush", cursive;
  font-weight: 400;
  font-style: normal; 
}

/* Header 1 */
h1
 { font-weight:bold; color:maroon;
  border-top-style:dotted;
  border-top-color: pink;
  border-bottom-style: double;
  border-bottom-color: pink;
}

/* Header 2 */
h2
 { font-weight:bold; color:maroon;}

/* Header 3 */
h3
 { font-weight:bold; color:maroon;}

/* Paragraph */
p
 {color:darkblue;}

 /* Unordered List */
ul
 {color:darkblue;}

/* List Item */
li
 {color:darkblue;}

/* Ordered List */
ol
 {color:darkblue;}

/* Table section */
table
 {color:black;
  border: 4px solid pink;
  padding: 5px;}

/* Table Row */
tr
 {color:black;}

/* Table Header */
th
 { font-weight:bold; color:maroon;}

 /* Table Data */
td 
{color:darkblue}
