@charset "utf-8";

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;}

.submit {color: white; background-color:#B33A43;}

.noborder {border:none}

.whitetxt {color:#FFFFFF; text-align:right}

.title_sample {font-size: 18px; color: #B63A44; font-weight: bold;}
