#bordered {
	background: transparent;
	font-family: verdana;
	color: Maroon;
	font-size : 12px;
	border-style: solid;
	border-color: #8F7C72;
	border-top : thin solid;
	border-left : thin solid;
	border-bottom : thin solid;
	border-right : thin solid;
}

img.mybord {
	border: medium double rgb(250,0,255);
	border-color: #CCFF66;
}

#bordered2 {
	background-color : #FFFFE0;             
	font-family: verdana;
	color: Maroon;
	font-size : 10px;
	border: medium double rgb(250,0,255);
	/*  border-color: #E6E6FA;  
	border-top : thin solid;
	border-left : thin solid;
	border-bottom : thin solid;
	border-right : thin solid;  */
}

#bluetext {
	font-family: verdana;
	color: DarkBlue;
	font-size : 12px;
	font-weight : bold;
	letter-spacing : 2px;
	text-decoration: underline;
}
	
A:link
	{
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	letter-spacing : 2px;
	text-decoration: none;
		color : #000000;
}
A:visited
{
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	letter-spacing : 2px;
	text-decoration: none;
		color : #000000;
}
A:active
{
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	letter-spacing : 2px;
	text-decoration: none;
	color : #000000;
}
A:hover
{
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	letter-spacing : 2px;
	text-decoration: none;
	background-color : 9BC4DB;
}
a.mytext1 {
	font-family : Verdana;
	letter-spacing : normal;
	font-variant : normal;
	font : normal 10px ;
	color: Yellow;
	text-align : left;
	text-decoration : none;
	list-style : circle inside;
}


B {
	font-family : Verdana;
	font-size : 11px;
	letter-spacing : normal;
	text-decoration : none;
	text-transform : none;
	color: #73422C;
	font : bolder small-caps;
}

body 
{
	font-family: verdana;
	color: #000000 ;
	letter-spacing: 2;
	[any number value (3pt, 5pt)]font-weight: 1;
	[lighter, normal, bold, bolder, any number value (100, 500, 900)]font-size: 12pt;
	[xx-small, x-small, small, medium, large, x-large, xx-large, any number value (12 pt, 18 pt)](Warning: the following scrollbar attribute is for those who use IE only!)scrollbar-face-color : #B09A6F;
	scrollbar-highlight-color : #000000;
	scrollbar-3dlight-color : #000000;
	scrollbar-shadow-color : #000000;
	scrollbar-darkshadow-color : #000000;
	scrollbar-track-color : #B09A6F;
	scrollbar-arrow-color : #000000;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	font : bolder normal small-caps smaller verdana;
	background-image : url(images/bg2.gif); 
	background-repeat : no-repeat;                   /*inherit  */
	background-position : bottom left;    /* inherit; */
	background-attachment : fixed;
	background-color  : #F0E9DA;
}

td
{ font-family: value; [your font name]
color: #000000;
padding-left: value; [2cm, 4cm etc.]
padding-right: value; [2cm]
padding-top: value; [2cm]
padding-bottom: value; [2cm]
padding: value; [2cm this is for all four sides] 
padding: value value; [2cm, 4cm : two values for four sides, add numerical value] 
}

td.party {
background-image : url(images/party-med.gif); 
background-repeat : no-repeat;                   
background-position :  top center;    
}

td.thanks {
background-image : url(images/thanks-3.jpg); 
background-repeat : no-repeat;                   
background-position :  top center;    
}

	
td.myhome
{ font-family: verdana; 
color: #000000;
}

textarea
{
	background: #FCEFE8;
	font-family: verdana;
	color: #C17068;
	font-size : 10px;
	border-style: solid;
	border-color: #8F7C72;
	border-top : thin solid;
	border-left : thin solid;
	border-bottom : thin solid;
	border-right : thin solid;
}

input
{
	background: #FCEFE8;
	font-family: verdana;
	color: #C17068;
	font-size : 12px;
	border-style: solid;
	border-color: #8F7C72;
	border-top : thin solid;
	border-left : thin solid;
	border-bottom : thin solid;
	border-right : thin solid;
}

input.joinus
{
	background: #FCEFE8;
	font-family: verdana;
	color: Maroon;
	border-style: solid;
	border-color: #8F7C72;
	border-top : thin solid;
	border-left : thin solid;
	border-bottom : thin solid;
	border-right : thin solid;
	font : bold 14px;
}

h1
{
	font-family : Verdana;
	font-size : 14px;
	letter-spacing : 3;
	font-variant : normal;
	font : normal small-caps smaller Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-stretch : inherit;
	text-align : center;
	text-decoration : none;
	font-weight : bold;
}

h1.withred
{
    font: Elephant;    /* Elephant    Bodoni MT Black*/ 
	font-size : 22px;
	font-weight : bold;
	letter-spacing : 2; 
	text-align : center;
	text-decoration : none;
	color: Red;
}

h1.withcolor
{
    font: Century Gothic;
	font-size : 24px;
	letter-spacing : 2; 
	text-align : center;
	text-decoration : none;
	font-weight : bold; 
	color: #000099;
}

h2
{
	font-family : Verdana;
	letter-spacing : normal;
	font-variant : normal;
	font : normal 14px /normal Verdana, sans-serif;
	color : #000000;
	text-align : left;
	text-decoration : none;
	list-style : circle inside;
}

h3
{
	font-family : Verdana;
	font-size : 12px;
	letter-spacing : 4px;
	font-weight : bold;
	font-style : normal;
	font : bold small-caps;
}

span.schedtext
{
	font-family : Verdana;
	letter-spacing : normal;
	font-variant : normal;
	font-size : 20px;
	font-weight : bold;
	color: Blue;
	text-align : left;
	text-decoration : none;
	list-style : circle inside;
}

span.schedtexthl
{
	font-family : Verdana;
	letter-spacing : normal;
	font-variant : normal;
	font-size : 20px;
	font-weight : bold;
	color: Maroon;
	text-align : left;
	text-decoration : none;
	list-style : circle inside;
}

span.schedtextdes
{
	font-family : "Century Gothic";
	letter-spacing : normal;
	font-style : italic;
	font-size : 16px;
	font-weight : bold;
	color: #339900;
	text-align : left;
	text-decoration : none;
	list-style : circle inside;
}

td.firework
{
	color: #ffffff;
 	background-color: #000000;
}

td.valentine
{
	color: DarkRed;
 	background-color: #FFFFFF;
	font-family : "Century Gothic";
	letter-spacing : normal;
/*	font-style : italic;  */
	font-size : 16px;
	font-weight : bold;
	text-align : left;
	text-decoration : none;
background-image : url(images/party-med.gif); 
background-repeat : no-repeat;                   
background-position :  top right;    
}

span.linktomail
{
	color: DarkRed;
 	background-color: #EAEAEA;
	font-family : "Verdana";
	letter-spacing : normal;
	font-size : 16px;
	font-weight : bold;
/*	text-align : center; */
	float: right;
	text-decoration : underline;
}

#linktomail2
{
	color: DarkRed;
 	background-color: #EAEAEA;
	font-family : "Verdana";
	letter-spacing : normal;
	font-size : 16px;
	font-weight : bold;
	float: right;
	text-decoration : underline;
}

