﻿body
{
}
p
{
	font-size: 40px;
}

.txt2
{
	width: 50%;
	margin-left: 5%;
	margin-top: 5%;
	line-height: 35px;
	font-size: 20px;
	background: White;
	-webkit-box-shadow: 0px 0px 4px 2px rgba(247,77,102,1);
	-moz-box-shadow: 0px 0px 4px 2px rgba(247,77,102,1);
	box-shadow: 0px 0px 4px 2px rgba(247,77,102,1);
}

.txt
{
	width:auto;
	font-size: 20px;
	background: White;
	float:right;
}
.txt1
{
	margin-left:5%;
	width: 90%;
	float: left;
	font-size: 20px;
}
.btn
{
	font-size: 20px;
	background-color:#e9b7b7;
}
.lnkbtn
{
	width: 40%;
	margin: 1%;
}

.b2li
{
	color: Maroon;
	float: left;
	margin-left: 2%;
	padding-left: 5px;
	text-decoration: none;
	list-style: none;
	line-height: 20px;
	border-left-style: solid;
	border-left-color: Grey;
	border-left-width: 1px;
}

.b2li a
{
	text-decoration: none;
}
