/******* hyperlink and anchor tag styles *******/

a:link{
	text-decoration: underline;
	color: #BA454E;
}

a:hover{
	color: #FF0000;
	cursor: hand;
	text-decoration: none;
	font-style: italic;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
body {
	background-image: url(../images/bg.gif);
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	color: #BA454E;
}
table {
	background-color: #E6BAA1;
}
p {
	text-indent: 20px;
}

.highlite {
	background-color: #FF0;
}
table {
	color: #BA454E;
}
