body {
	margin:10px; border: solid white 0px;
}

body, td {
	font-family: Arial, Helbetica, Sans-serif;
	font-size: 10pt;
	color: #333;
}

h1 {
  font-size: 1.6em;
	color:#999;
  font-family: Arial, Sans-serif;
  font-weight: normal;
}

a:link {
  color: #f00;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  color: #f00;
  text-decoration: none;
  font-weight: normal;
}

a:active {
	color: #DD0000;
  text-decoration: underline;
}

a:hover {
	color: #DD0000;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: .1em;
}

.foot {
	font-size: .8em;
}


/* Menu
-------------------- */

.menu, .links {
  line-height: 1.5em;
}

.menu a:link,
.links a:link {
  padding-left: 4px;
  border-left: solid 2px #F00;
	color: #444;
	font-weight: bold;
	text-decoration: none;
}
.menu a:visited,
.links a:visited {
  padding-left: 4px;
  border-left: solid 2px #F99;
  color: #666;
  font-weight: normal;
  text-decoration: none;
}
.menu a:hover,
.links a:hover {
  padding-left: 4px;
  border-left: solid 6px #F00;
}


.divCointainerL1 {
  width: 650px;
  text-align: justify;
}
