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

body {
	background-color: #F7ACED;
}

.p1{
background-image:url(images/p1.jpg);
height:147px;
width:600px;
margin-right:auto;
margin-left:auto;
}
.p2{
background-image:url(images/p2.jpg);
width:600px;
margin-right:auto;
margin-left:auto;
}
.p3{
background-image:url(images/p3.jpg);
width:600px;
height:23px;
margin-right:auto;
margin-left:auto;
}
.footer{
margin-top:15px;
margin-bottom:7px;
width:600px;
margin-right:auto;
margin-left:auto;
}

.desc{
	color:#666666;
	margin-bottom:15px;
	font-family: Tahoma;
	font-size:12px;
	width:550px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	font-weight: bold;
}

textarea {
	 margin-top:15px;
	 margin-bottom:15px;
	 background-color: #FFF7AF;
	 border: 1px solid #000;
	 font-size: 7pt;
	 color: #333333;
	 font-family: Tahoma; 
	 SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	 SCROLLBAR-COLOR: #FFFFFF;
	 SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	 scrollbar-background-color: #FFFFFF;
	 scrollbar-base-color: #FFFFFF;
}

a	{
font-family:Tahoma;
font-size:35px;
color:#FE2099;
text-decoration:underline;
font-weight:bold;
}

.links{
	margin-bottom:15px;
	width:600px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

.footer {font-size: 10px; color:#fff;}

.t1 {
	font-size: 24px
}