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

body{
	margin:0;
}

a:link	{color: #272261; font-weight:normal; font-weight:bold; text-decoration:none }
a:visited	{color: #272261; font-weight:bold; text-decoration:none }
a:hover	{color: #FC7713; }	
a:active	{color: #00CC66; }

/* td img {display: block;} */

table{
	border-collapse: collapse;
}

li{
	text-align:left;
	font-size:14px;
	text-align:justify;
	line-height:150%;
}

#content{
	vertical-align:text-top;
}

.title{
	text-align:left;
	font-size:24px;
	color:#333;
	padding:0px 0px 15px 0px;
}

.main{
	text-align:left;
	font-size:14px;
	text-align:justify;
	color:#666;
	line-height:150%;
}

#footer{
	text-align:center;
	padding:30px;
	font-size:12px;
	color:#333;
}

.mypets{ /*header*/
cursor: hand;
cursor: pointer;
padding: 0px 0px 0px 0px;
border: 0px solid gray;
/* background: #FC7713; */
}

.thepet{ /*class added to contents of 1st demo when they are open*/
padding: 0px 0px 0px 0px;
}
