@charset "UTF-8";
/* CSS Document */
.bodywed {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
a:link {
	color: #333333;
	text-decoration:underline;
	font-weight: bold;
}
a:visited {
	color: #333333;text-decoration:underline;font-weight: bold;
}
a:hover {
	color: #000000;text-decoration:none;font-weight: bold;
}
a:active {
	color: #FF6600;font-weight: bold;
}