.big_grey {
  font-family : tahoma,verdana, arial;
	font-size: 17px;
	color: #585858;
	text-decoration: none;
}
.text {
  font-family : tahoma,verdana, arial;
	font-size: 14px;
	color: #585856;
	text-decoration: none;
}
.menu {
  font-family : tahoma,verdana, arial;
	font-size: 13px;
	color: #585858;
	text-decoration: none;
}
.links {
  font-family : tahoma,verdana, arial;
	font-size: 13px;
	color: #green;
	text-decoration: underline;
}

h1 {
  font-family : tahoma,verdana, arial;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color : #585856;
  text-align: left;
  background : transparent;
}

h2 {
  font-family : tahoma,verdana, arial;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  color : #585856;
  text-align: left;
  background : transparent;
}

a,a:active,a:link,a:visited {
  font-family : tahoma,verdana, arial;
  font-size: 13px;
  font-weight: normal;
  color : red;
  text-decoration: underline;
  background : transparent;
}

a:hover {
  font-family : tahoma,verdana, arial;
  font-size: 13px;
  font-weight: normal;
  color : brown;
  text-decoration: none;
  background : transparent;
}

a.nav,a.nav:active,a.nav:link,a.nav:visited {
  font-family : tahoma,verdana, arial;
  font-size: 13px;
  font-weight: bold;
  color : gray;
  text-decoration: none;
  background : transparent;
}

a.nav:hover {
  font-family : tahoma,verdana, arial;
  font-size: 13px;
  font-weight: bold;
  color : brown;
  text-decoration: none;
  background : transparent;
}