/* Style sheet for Earthresources.org.uk */

body {
	background-color: #ADD8E6;
	color: blue; /* text color */
	font-family: Arial; /* font name */
	font-size: 10px; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
}

a:link {color: blue; text-decoration: none;}
a:visited {color: blue; text-decoration: none;}
a:hover {color: green; text-decoration: none;}
a:active {color: blue; text-decoration: none;}
text7c {font-size: 32px; font-weight: bold; text-align: center;}

fieldset {
	border-color: blue;
	font-size: 18px;
	width: 60%;
	background-color: silver;
	}
legend {
	font-weight: bold;
	background-color: yellow;
	border:1px solid blue;
	}

#logo { height: 55; }

/* End of Script style.css */
/*===========================*/

