a {
  text-decoration: none;
}


a:visited {
  color: darkolivegreen;
}
a:hover {
  background-color: bisque;
}

p {
  line-height: 2em;
  font-size: 0.8em;
  color: #222222;
 }

.size {
  font-size: 0.8em;
  color: #222222;
}

.copyright {
  font-size: 0.6em;
  text-align: right;
  color: #222222;
}

em {
  font-style: normal;
  background-color: #D7D7FF;
}

body {
  background-image: url(/image/background.jpg);
  background-repeat: repeat-x;
}


h4{
  border-bottom:1px solid #EAEA02;
  border-left:10px solid #EAEA02;
	padding:4px 3px 2px 5px;
	font-weight:bold;
	font-size:0.8em;
	}