a{
  text-decoration : none;
  font-weight : bold;
}
a:link{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:active{
	text-decoration: none;
}
a img {
	border:none;
}
BODY{
  font-family : Arial,sans-serif;
}
H1{
  line-height : 1em;
}
H2{
  line-height : 1em;
}
.img_right {
	margin: 10px;
	float: right;
}
.img_left {
	margin: 10px;
	float: left;
}
.new {
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}
.Check {
	color: #FF0;
}
