@charset "utf-8";
/* CSS Document */
/*24 Hour Locksmith League City*/

.master		{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
}
.top		{
	text-align:right;
	font-weight:bold;
	background-color:#176350;
	color:#ffffff;	
}
body	{
	font-family:Verdana;
	font-size:10pt;
	background-color:#176350;
}
.cityname	{
	font-size:40pt;
	font-weight:bold;
	background-color:#176350;
	color:#ffffff;		
}
.locksmithservices	{
	font-size:18pt;
	font-weight:bold;
	background-color:#176350;
	color:#ffffff;	
}
.empty		{
	background-color:#176350;
}
.left		{
	width:210px;
}
.content		{
	width:inherit;
}
td		{
	vertical-align:top;
}
h3		{
	text-align:center;
	margin-bottom:4px;
}
.data		{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.service	{
	font-size:medium;
	font-weight:bold;
	text-align:center;
	width:236px;
	color:#176350;
}
ul	{
	font-weight:bolder;
	font-size:9pt;
}
.bottom	{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.copyright	{
	text-align:center;
	font-weight:bold;
	font-size:12pt;
}
p		{
	margin:4px;
}
a	{	
	color:#42b99c;
	font-weight:bold;
	text-decoration:none;
}
a:link	{	
	color:#42b99c;
	font-weight:bold;
	text-decoration:none;
}
a:hover	{	
	color:#42b99c;
	font-weight:bold;
	text-decoration:none;
}
a:visited	{	
	color:#42b99c;
	font-weight:bold;
	text-decoration:none;
}