form, input {
	color:darkblue; 
	font-size=15pt;
	font-weight: bold;
	}

body {
	background-color:#56626C;
	color:blue;
	font-family:arial;
	font-size:small;
	}
	
	tr,td {
color:yellow;		
padding:5px;
margin:20px;		
empty-cells: show;
	}		
	
	h1 {
		font-size:3em;
		text-align:center;
		color:yellow;
		font-family:monotype corsiva;
		text-decoration:underline
	}
	
	h2 {
		color:yellow;
		font-family:monotype corsiva;
		text-decoration:underline
	}
	
	h4 {
		color:white;
		font-family:arial;
		text-decoration:none
	}
	
	th4 {
		color:white;
		font-family:arial;
		text-decoration:none;
		font-weight: bold;
	
	}	
	
	hr {
		 color:red; 
		 background: red; 
		 height:3px; 
		 width:120px;
		 text-align:center;
	}	

	img {
		text-align:center;
	}
	
	