@charset "utf-8";
/* CSS Document */

td img {display: block;}

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	text-align:left;
}

.heading { font-family:Arial, Helvetica, sans-serif;
font-size:32px;
letter-spacing:-1px;
text-align:left;
line-height:32px;

}

.flash { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:17px;
text-align:left;
line-height:19px;
color:#FFF;

}

.content { 
font-size:13px;
text-align:left;
line-height:21px;

}

.blog { 
font-size:14px;
text-align:left;
line-height:14px;
padding:12px;
padding-bottom:10px;
padding-right:15px;
}

.girl { 
font-size:13px;
text-align:left;
line-height:18px;
color:#FFF;

}

.boy { 
font-size:13px;
text-align:left;
line-height:18px;
color:#FFF;

}

.address { font-family:Arial, Helvetica, sans-serif;
font-size:23px;
text-align:left;
line-height:28px;
color:#360;
border-style:dotted;
border-color:#999;
border-width:thin;
letter-spacing:-1px;

}

.footer { 
font-size:11px;
text-align:right;
line-height:15px;
color:#FFF;

}

a:link {
	color: #636;
	text-decoration: underline;
}
a:visited {
	color: #030;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

