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


TABLE{
	background-repeat:no-repeat;
	background-position:center center
	   }
DIV.redresponse{
	font-size:80%;
	left-margin:20%;
	color:#F00;
	height: auto;
	width: auto;
	padding-top: 0%;
	padding-right: 10%;
	padding-bottom: 0%;
	padding-left: 10%;
     }

