body {
	font-size: 11px;
	font-family:Arial;
	color: #000000;
	margin-top: 10;
	margin-left: 10;
	margin-right: 10;
	background-color: #ffffff;
	background-image: url("bg.jpg");
  	background-attachment: fixed;
 	background-position: top right;
  	background-repeat: no-repeat;
	}

h1 {

	font-family:Arial; 
	color: #000000;
	font-size: 24;
	font-weight:bold;

	}

A:link {text-decoration: none; color: #007118;}
A:visited {text-decoration: italic; color: #333333;}
A:active {text-decoration: none; color: #95C69F;}
A:hover {text-decoration: underline overline; font-weight:bold; color: #5EB971;}
