	body {
	background-image: url(/petbull/graphic/bg.jpg);
	color: #4B422E;
	margin: 0;
	}
	
p{
	font-size:11px;
	font-family: Georgia, Times New Roman, serif;
	line-height: 18px;
}

			
.italic {
		font-style: italic;
		}
	
.brownbodybold {
	font-weight: bold;
	color: #4B422E;
	}
	
.greenbody {
	color: #006666;
	}
	
.greenbodybold {
	color: #006666;
	font-weight: bold;
	}
	
.greenbodyitalic {
	color: #006666;
	font-style: italic;
	}
	
.copyright {
	font-size: 11px;
	color: #92f4ef;
	}
	
	
a.greendashlink:link, a.greendashlink:visited {
color: #006666;
font-size: 11px;
text-decoration: none;
border-bottom: 1px, dashed;
}    

a.greendashlink:hover {
font-size: 11px;
border-bottom: none
}

a.bodylink:link, a.bodylink:visited {
font-size: 11px;
color: #006666;
text-decoration : none;
font-weight: bold;
border-bottom: 1px, dashed;
}

a.bodylink:hover {
	background-color: #7DDFDB;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
}

a.copyrightlink:link, a.copyrightlink:visited {
font-size: 11px;
color: #ffffff;
text-decoration : none;
border-bottom: 1px, dashed;
}

a.copyrightlink:hover {
	font-size: 11px;
	color: #92f4ef;
	text-decoration: none;
	border-bottom: none;
}

a.marginlink:link, a.marginlink:visited {
font-size: 11px;
color: #006666;
text-decoration : none;
}

a.marginlink:hover {
color: #009999;
text-decoration : none;
}

.h1 {
	font-size: 16px;
	font-weight: bold;
	color: #4B422E;
	line-height: 20px;
	}
	
.h2 {
	font-size: 20px;
	font-weight: bold;
	color: #4B422E;
	line-height: 22px;
	}
	
.h3 {
	color: #006666;
	font-weight: bold;
	font-size: 16px;]
	line-height: 20px;
	}
	
	
.h4 {
	color: #006666;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	}

/*borders*/
	
.brownborder {
	border: 1px, dashed #4B422E;
	color: #4B422E;
	}

.greenborder {
	border: 1px, dashed #006666;
	ccolor: #006666;
	}
	
ul {
	list-style: disc url(/graphic/bullet.gif) outside;
	color: #006666;
	font-size:11px;
	font-family: Georgia, Times New Roman, serif;
	line-height: 18px;
	}
