@CHARSET "UTF-8";

BODY {
	color: #131313;
	font-family: Arial, Helvetica, Sans;
	font-size: 12px;
}

H1 {
	background: transparent url("imgs/eg_logo.png") no-repeat;
	width: 420px;
	height: 272px;
}

H1 SPAN{
 font-size:10px;
 color: white;
}

A,
A:HOVER,
A:VISITED {
 color:#454545;
}

IMG {
  border: 0;
}

DIV#content {
  width: 420px;
  margin: 0 auto;
}

P {
  text-align: justify;
}

TABLE {
	width: 100%;
}

TD {
  width: 20%;
  text-align: center;
}