	BODY, TD {
	background: midnightblue;
	color : white;
	font-family :  Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
}

H2 {
	font-size: 14pt;
	color: #C0C0C0;
}

H3 {
	font-size: 13pt;
	color: #FFFFFF;
}

H4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : white;
	}

A {
	text-decoration: none;
	color: aqua;
}
input.submit {
		
		font-size: 10px;
		color: #ffffff; 
		background-color: #15477c;
		 
}
input.delete {
		
		font-size: 10px;
		color: #ffffff; 
		background-color: crimson;
		 
}

A:Hover {
	text-decoration: underline;
	color: #32CD32;
}

HR {
	color: blue;
	height: 1pt;
}
