/*Gary Hollands - solriche 2007*/
#link_button{
margin: 2% 0 1% 0;

}
#link_button .button_bg{
	font-weight: bold;
	font-size: 80%;
	padding: 0.1em 0.5em 0.1em 0.5em;
	background: rgb(220,227,246) url("../images/button_bg.png") repeat-x 0% 0%;
	border-right: 1px solid rgb(100,100,100);
	border-bottom: 1px solid rgb(100,100,100);
	border-left: 1px solid rgb(150,150,150);
}

#link_button a:link{
	color: rgb(0,0,238);
	text-decoration: underline;
}

#link_button a:visited{
	color: rgb(102,0,102);
	text-decoration: underline;
}

#link_button a:hover{
	color: rgb(255,0,0);
	text-decoration: none;
}
