body {
	background-color: #F7F7F7;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}

.main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	text-align: justify;
}
.main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FF1C6B;
	text-indent: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFD7DE;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
a:link, a:visited {
	color: #FF8ECE;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF3C7B;
	text-decoration: none;
	letter-spacing: 1px;
}
a:hover, a:active{
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF8ECE;
	text-decoration: none;
	letter-spacing: 1px;
}
.yibelieve_TopRight {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  border: none;
  float: none;
}
.yibelieve_TopRight a img {
  background-color: transparent;
  color: white;
  border: none;
  text-decoration: none;
}
select, input, textarea {
	color: #666666;
	background-color: #F7F7F7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #FF3C7B;
}
