body {
	background-color:#1B447C;
	background-image: url(grass-clouds.jpg);
	background-size: cover
}
.style1 {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
}
.style2 {font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; }
A:visited {
color:green;
font-size:12pt;
font-family:arial;
font-style:normal;
font-weight:normal;
	}
A:link {
color:green;
font-size:12pt;
font-family:arial;
font-style:normal;
font-weight:normal;
	}
A:hover	{
color:white;
font-size:12pt;
font-family:arial;
font-style:normal;
font-weight:normal;
text-decoration:none;
background-color:green;
	}
.dashes {
	font-size: 13px;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #A0A0A4;
}