
input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12;
  color: #333333;
}

.noline {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: none;
	 
}
A:link {
	COLOR: #cc0000; TEXT-DECORATION: none
}
A:visited {
	COLOR: #cc0000; TEXT-DECORATION: none
}
A:hover {
	COLOR: #0000ff; TEXT-DECORATION: underline
}
A:active {
	COLOR: #cc0000; TEXT-DECORATION: none
 
}

body {
  background-attachment: scroll;
  background-image: url(images/bg.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
