a img {border: none;}

A:link {
	color: #CD463F;
	text-decoration: underline;
	font-weight: bold;
}
A:visited { color: #CD463F; text-decoration: none; }
A:active { color: #CD2D32; text-decoration: none; }
A:hover { color: #A1130D; text-decoration: underline; }

body {
	background-color: #FFFFFF;
	background-image: url(img/bg01.gif);
	background-repeat: repeat-y;
	margin: 0px;
}
