@import url("/assets/style.css");
  h1 {}
  body {background: url(/assets/images/battle-axe_background.jpg) repeat scroll; margin-left: 6%; margin-right:5%}
  body {font-family: "comic sans MS",sans-serif;}
  A:link {color: "#0000AA"}
  A:visited {color: "#AA0000"}
  A:active {color: "#AA0000"}
  h1,h2,h3,h4,h5,h6 {font-family: sans-serif;}
  h1 {color: blue; margin-left: -4%; font-size: xx-large}
  h2 {color: blue ; margin-left: -3%; font-size: 24px}
  h3 {color: blue ; margin-left: -3%; font-size: medium}
  h4 {color: red ; margin-left: -3%; font-size: small}
  h5,h6 {color: red ; margin-left: -3%; font-size: small}
  h4.prob {color: green ; margin-left: -3%; font-size: medium}
  h4.soln {color: "#FF0080" ; margin-left: -3%; font-size: medium}
  code {
	color:#880088;
	font-size: x-large;
	text-align: center;
	font-weight: bold;
}
  table {border: none; text-align: left; font-family: "Arial",sans-serif}
  table.base {border: none; text-align: left; font-family: sans-serif}
  table.normal {text-align: center; font-family: sans-serif}
  table.normal th {background: "#D080D0"}
  table.normal td {background: "#80D080"}
  table.myleft {text-align: left; font-family: sans-serif}
  table.myleft th {background: "#D080D0"; text-align: left}
  table.myleft td {background: "#C0C0F0"; text-align: left}
  th.left {background: "#D080D0"; text-align: left}
  td.left {background: "#80D080"; text-align: left}

