/*
body { 
background-image: url(http://www.bbboracay.com/img/bg.gif);
 }
*/

h1{
font-family: "Comic Sans MS";
	font-size: 10px;
	color: #ffffff;
/*	font-weight: 700;*/
	text-align: center;
	
}

h2{
font-family: "Comic Sans MS";
	font-size: 18px;
	color: #FFCC66;
	font-weight: 500;
	vertical-align: top;
	text-align: justify;
}

h3{
font-family: "Comic Sans MS";
	font-size: 18px;
	color: #ffffff;
	font-weight: 500;
	text-align:justify;
	
}

input {
font-family: "Comic Sans MS";
	font-size: 12px;
	color: #FFCC66;
	background-color: #663300;
	font-weight: bold;
}

select {
font-family: "Comic Sans MS";
	font-size: 12px;
	color: #FFCC66;
	font-weight: bold;
	background-color: #663300;
	select-align: left;
}

textarea {
font-family: "Comic Sans MS";
	font-size: 12px;
	color: #FFCC66;
	background-color: #663300;
	font-weight: bold;
}

/* header*/
.head{
    margin: 0px;
	padding: 0px;
	width: 80%;
	white-space: wrap; 
	text-align: center;
	vertical-align: top;
	font-family: "Comic Sans MS";
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	text-decoration: underline;
	}
	
	/* header align left*/
.head_L{
    margin: 0px;
	padding: 0px;
	width: 80%;
	white-space: wrap; 
	text-align: left;
	vertical-align: top;
	font-family: "Comic Sans MS";
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	text-decoration: underline;
	}

/* list of items*/
.list{
	margin: 0px;
	padding: 0px;
	width: 20%;
	white-space: wrap; 
	text-align: left;
	vertical-align: top;
	font-family: "Comic Sans MS";
	font-size: 18px;
	color: #ffffff;
	font-weight: 500;
   	text-decoration: underline;

}
/* text*/
.txt{
	margin: 0px;
	padding: 0px;
	width: 80%;
	white-space: wrap; 
	text-align: left;
	vertical-align: top;
	font-family: "Comic Sans MS";
	font-size: 18px;
	color: #FFCC66;
	font-weight: 500;
	
	
}

.txt1{
	margin: 0px;
	padding: 0px;
	width: 80%;
	white-space: wrap; 
	text-align: center;
	vertical-align: top;
	font-family: "Comic Sans MS";
	font-size: 18px;
	color: #FFCC66;
	font-weight: 500;
	
	
}



