body { 
	background:black;
	color:white;
	font-family:"Arial";
 font-size:11pt;
 margin:17%;
 margin-top:5%;
 text-align:justify;
	}

hr { text-align:center;}

a:link {
	color:white;
	text-decoration:none; 
	background: transparent;
	}

a:visited {
	color:ivory;
	text-decoration:none; 
	background: transparent;
	}

a:active {
	color:yellow;
	text-decoration:none; 
	background: transparent;
	}
	
a:hOver {
    color:yellow;
    font-weight:bold;
    background:red;
  }

H1 { 
	background: transparent;
	color:khaki;
	font-family:"monospace";
	text-align:center;
	font-size:24pt;
	}

H2 { 
	background: transparent;
	color:darkBlue;
	font-family:"Arial";
	text-align:center;
	}

H3 { 
	background: transparent;
	color:powderblue;
	font-family:"Arial";
	text-align:center; 
	}

H4 {
	background: transparent;
	color:darkseagreen;
	font-family:"Arial";
 text-align:left;
	}
 
H5 {
	background: transparent;
	color:firebrick;
	font-family:"Arial";
 text-align:left;
	} 


H6 { 
	background: transparent;
	color:black;
	font-family:"Arial";
	text-align: center;
	}
 
 
blockquote {
	background: transparent;
	color:black;
	font-family:"Arial";
	font-size: 12px;
	text-align:justify;
	}


PRE {
      font-family:courier new;
      color:white;
      font-size:13pt;
      padding:60px;
      padding-left:80px;
      line-height:14pt;
      background:darkseagreen;
    }

.right { text-align:right;}
.center { text-align:center;}
.justify{ text-align:justify;}

.prose {
         width:460;
         margin-left:auto;
         margin-right:auto;
         line-height:40pt;
         padding:60px;
         font-family:cursive;
         font-size:13pt;
         color:saddlebrown;
         background:darkseagreen;
      }
      
.narrowBlock {
      width:260;
      margin-left:auto;
      margin-right:auto;

 }
 
.bckLnk { text-align:center;
          font-size:24pt;
          font-family:monospace;
          color:white;
          font-weight:bolder;
        }
        
        
  .correct{
             background:lightyellow;
             color:red;
             padding-left:40px;
             width:70%;
             margin-right:40px;
           }

