BODY{    
        font-family:tahoma; 
		font-size:16pt; 
		background: #AFF3F2;
		color:#DB7575;		
		border.right:30px; 
		border.left:30px;           
		text-align:left; 
		padding-left:5%;
		padding-right:20%;
		background-repeat:no-repeat;
		background-position:center center
        }
H1{
        color:#DB7575;
		font-size:18pt;
	    text-align:left
        }
H2{
        color:#4D6185;
		background:#804000;
		font-size:20pt;
	    text-align:left
		
        }
H3{
        color:#4D6185;
		font-size:14pt;
		background:red;
	    text-align:left
        }
H4{
        color: #4D6185;
		background: #FFFFD2;
		font-size:18pt;
	    text-align:left
        }
H5{
        color: #4D6185;
		background: #FFFFD2;
		text-align:left;  
		font-size:14pt
        }
H6{
        text-align:left;
	    color:red;
	    font-size:12pt
        }
A:link{
    	color: #DB7575;
		text-decoration:none
		}
A:visited{
		color: gray;
		text-decoration:none
        }
A:hover{
        color:gray;
		text-decoration:none
        }
TABLE{
	font-size:16pt;
	padding-left:0%;
	background:#DB7575;
	background-repeat: no-repeat;
	background-position:center center;
	text-align: left;
	   }
BLOCKQUOTE{
	   text-align:left;
	   padding-left:5%;
	   padding-right:5%
       }
.browntext {
	color: #804000;
}
.response {
	font-size: medium;
	color: #0FF;
}

