@import url('reset.css');

  body {
  background:#000000 url("as-images/shamustile.png") top left repeat fixed;
  color:#ffffff;
  text-align:center
  }

  #heart {
  background:#000000;
  border:#000000;
  color:#ffffff;
  float:right;
  font-family:arial;
  font-size:medium;
  font-weight:bold;
  padding:0px;
  text-align:right;
  width:100%
  }

  #heart h4 {
  background:#696969;
  color:#2d2072;
  font-family:arial;
  font-size:medium;
  font-weight:bold;
  text-align:right;
  width:100%
  }

  #footer {
  background-color:#000000;
  color:#ffffff;
  height: 24px;
  width:100%
  }
		
  p,pre,table { margin:12px 10px 12px 10px }
		
  h2 {
  font-size:18px;
  padding-top:10px
  }
		
  #header h4 {
  font-size:14px;
  margin:0px
  padding:5px;
  }

  a:active, a:link {
  border-bottom:1px dashed #5d6a4c;
  color:#72a7b6;
  text-decoration:none
  }

  a:hover {
  border-bottom:1px dashed transparent;
  background-color:transparent;
  color:#696969;
  text-decoration:none
  }

  a:visited {
  border-bottom:1px dashed transparent;
  color:#72a7b6;
  text-decoration:none
  }

  a:link.main, a:visited.main {
  border-bottom:2px dashed transparent;
  color:#696969;
  text-decoration:underline
  }

  a:hover.main,a:active.main {
  border-bottom:2px dashed transparent;
  color:#000000;
  text-decoration:none
  }

  a:link.top, a:visited.top {
  border-bottom:2px dashed transparent;
  color:#a0da89;
  text-decoration:none
  }

  a:active.top, a:hover.top {
  border-bottom:2px dashed transparent;
  background-color:#a0da89;
  color:#000000;
  text-decoration:none
  }
