﻿/* DaTaiMeo@gmail.com */
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #ffc;
	background-image: url("VHbg_03.jpg"); 
	background-attachment: fixed; 
	background-position: 50% 0%; 
	background-repeat: repeat-y;  	
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 12px;
	margin: 0;
	padding: 0;
	
}

.pagewidth{
	width: 883px;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	color: #f00;
	text-decoration: underline;
}

.GiftImg {
	float:left;
}

.GiftImg2 {
	float:right;
}

.Title {
	font-family: Times New Roman, Verdana;
	font-weight: bold;
	font-style: italic;
/*	font-size: 130%; */
	color: #00a;
}

.ContentTitle {
	font-family: Verdana, Times New Roman;
	font-weight: bold;
	font-size: 135%; 
	color: #000;
}

.Content {
	font-family: Times New Roman, Verdana;
	font-size: 135%; 
	color: #000;
}

.OtherGift {
	background-image:url("OtherBg.png");
	background-repeat:repeat;
	margin: 5px;
	padding: 5px;
}
.OtherGift a:link , .OtherGift a:visited {
	color:#000;
}
.OtherGift a:hover {
	color:#f00;
}

#PopUpDiv  a:hover {
	color: #f00;
	text-decoration: underline;
}