body	{	background-color: #000000
	;	margin:30 auto
	;	width: 950px
	}
body.home	{	background-color: #B6ADA4
		;	margin:30 auto
		;	width: 950px
	}
p	{	font-size: 13px
	;	font-family: arial, helvetica
	;	font-weight: bold
	}
	
p.yourpet	{	text-align: center
		;	font-size: 20px
		}
	
table.main	{	width: 950px
	;	height: 747px
	}
		
tr	{	vertical-align: top
	;	font-family: arial, helvetica
	;	font-size: 16px
	}
	
td.space	{	height: 120px	}
td.sidespace	{	width:	338px	}
td.toplinks	{	height: 100px	}
td.body		{	width:	460px	}
td.links	{	width:  145px	}
		
/*  LINKS INFORMATION  */
A:link	{	color: #7A7149
	;	text-decoration:none
	}

A:visited	{	color: #9F9465
	;	text-decoration:none
	}

A:hover	{	color: #605835
	;	text-decoration:underline
	;	cursor:hand
	}
