a:hover {
	font-style: bold;
}

nav a:hover::before {
	opacity: 1;
	font-style: normal;
}

html {
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
}

table{
    margin:0 0 0 25px;
}

td {
    font-size: 1.00em;
    padding:0 0 30px 0;
	color: #1D4085;
}

table td.shrink {
    white-space:nowrap
}

a {
    color: #3F5E17;
}

body {
  link: "#4d4d4d";
  font size: "2px";
  face: "arial,sans-serif";
  background-color: "#add8e6";
		   /* (PART A) SET BACKGROUND IMAGE */
  background-image: url("bmc1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
