/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body {
	background: #c0c0c0;
	margin: 0;
	padding: 0;


	}
h1 {
	font: normal 1.1em Arial, Helvetica, sans-serif;
	color: #000000;


	}
a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #de3f00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;


	}
a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #de3f00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;

	}
a:hover, a:active {
	text-decoration: underline;
	color: #ffa134;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;


	}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
}
