body {
	background-image: url;
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
	background-color: #ffffff;
	font-size: 12px; 
	font-family: Verdana, Georgia, Arial, sans-serif; 
	color: #000000;     
}

a {
  color: #FF0000;
  text-decoration: none;
}

a:link {
  text-decoration: none;
} 

a:visited {
	text-decoration: none;
} 

a:hover {
  border-bottom-style: dotted;
  border-color: #FF0000;
  border-bottom-width:2px;
}

.smallertext {
font-size: 10px; 
}

.greytext
{
  color: #666666;
}

.blacktext
{
  color: #000000;
}
.underline {
	text-decoration:underline;
}

input {
  padding:  4px;
  color: #FF0000;
}
.hr_css
{
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FF0000;
  margin-top: 10px;
  margin-bottom: 10px;
}

.block
{
  width: 350px;
  float: left;
}

#column1 {
  margin-right: 30px;
}
#page
{
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  width: 760px;
}


#column2
{
  width: 380px;

}
