/* This is the StyleCatcher theme addition. Do not remove this block. */

@import url(http://web-conference-networks.com/mt/mt-static/support/themes/health01-beige-a/health01-beige-a.css);
/* end StyleCatcher imports */

#no_padding{
	margin: 0;
	float: right;
}

#link_test {
	background: #FFF;
	border: #666 1px solid;
	padding: 10px;
	margin: 0 0 15px 0;
	clear: both;
}


.styles p {
	padding: 10px;
	line-height: 1.2em;
	font-size: 1em;
}

.styles p a:link{
	color: #ff6600;
	text-decoration: underline;
}

.styles p a:visited{
	color: #ff6600;
	text-decoration: underline;
}
/*==面倒なので上書き。!importantは消さないで==*/

a:link {
	color: #c71585; !important
	text-decoration: none;
}

a:visited {
   color: #c71585; !important
   text-decoration:none;
}

a:hover {
	color: #c71585; !important
	text-decoration:underline;
}

a:active {
	color:#c71585; !important
}

