body {
  color: #000000;
  background-color: #FFFFFF;
  font-family: "MS Sans Serif", Arial, sans-serif; 
  font-size: 14px; 
  line-height: 20px;
  margin-top: 30px;
}

a {
  color: #222222;
}

a:visited {
  color: #222222;
}

a:hover, a:active {
  color: #FF0000;
}

a.shortcut {
  color: #919191;
  font-size: 14px; 
  font-weight: bold;

}

h1 {
  font-size: 18px; 
  font-weight: bold;
}

h2 {
  font-size: 14px; 
  font-weight: bold;
  line-height: 0px;
  margin-top: 40px;
  margin-bottom: 14px;
  border: none;
}

table.body {
  font-size: 14px;
}

table.description, table.description td {
  font-size: 10px;
  text-align: center;	  
  padding: 5px;  
  border: 1px solid #DADADA;
}

.footer {
	margin-top: 40px;
	font-size: 8px;
}

img.screen, img.screen_b {
	margin: 10px 0 10px 0; /* top, right, bottom, left*/
}

img.screen_b {
	border: 1px solid #919191;
}