BODY{    
        font-family:tahoma; 
		font-size:14pt; 
		color:purple; 
		border.right:30px; 
		border.left:30px;
        background:#FF80C0;        
		text-align:left; 
		padding-left:5%;
		padding-right:20%;
		background-repeat:no-repeat;
		background-position:center center
        }
H1{
        color:purple;
		font-size:18pt;
	    text-align:left
        }
H2{
        color:purple;
		font-size:16pt 
	    text-align:left;
		
        }
H3{
        color:silver;
		font-size:14pt;
		background:red;
	    text-align:left;
        }
H4{
	color:#000;
	text-align:left;
	background-color: #CCC;
        }
H5{
        text-align:left;
		background:gray;
	    color:red;
		font-size:14pt
        }
H6{
        text-align:left;
	    color:red;
	    font-size:12pt
        }
A:link{
    	color:purple;
		text-decoration:underline
		}
A:visited{
		color:purple;
		text-decoration:underline   
        }
A:hover{
        color:purple;
		text-decoration:none
        }

TABLE{
	   
	   color:purple; 
	   background:pink;
	   text-align:left; 
	   padding-left:0%;
	   border:0;
	   background-repeat: no-repeat;
	   background-position:center center
	   }


BLOCKQUOTE{
	   text-align:left;
	   padding-left:5%;
	   padding-right:5%
       }
.right_justify {
	text-align: right;
}
.response {
	font-size: 14px;
	color: #46FF46;
}

