body   {
	font-family: "Comic Sans MS", sans-serif;
	background: pink;
	}

a  {
      color: #000000;
      padding-left: 1px;
	}
   
p {
	font-size: 20px;
	line-height: 1.25;
	}

ol li {
	font-size: 20px;
	line-height: 1.25;
	}

ul li {
	font-size: 20px;
	line-height: 1.25;
	list-style-type: circle;
	}

.pageContent {
	display: block;
	margin: 0 auto;
	position: absolute;
	width: 100%;
      height: 100% 
	}

.hdg {
      left: 10%;
      width: 80%;
      color: purple;
	font-weight: bold;
      font-size: 1.5vw;
      text-align: center;
	}

table {
    border: none;
    background-color: pink;
    vertical-align: middle;
     }
    
td { 
      padding: 1px;
      font-size: 20px;
      }

.tabldiv {
      position: relative;
      left: 3%;
      width: 75%;
      text-align: left;
      text-indent: 0px;
      }

.textbox {
      position: relative;
      left:3%;
      width: 75%;
      border: 1px solid #333333; 
      margin-bottom: 14px;
      padding-left: 14px; 
      padding-right: 4px; 
      padding-top: 4px; 
      padding-bottom: 4px;
      }

.linkHome {
      position: fixed;
      top: 5;
      right: 15;
      font-size: large;
      }

