﻿/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}

.links_g {
	font-size: 9px;
}

.links_g a{
	color:#959595;
}
.links_g a:hover{
	color:#ff9900;
}