/***********************************************/
/* WildlifeHeader.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,Verdana,sans-serif;
	color: #333333;
	line-height: 1.166;	
	width: 800px;
	margin: 0px;
	padding: 0px;
	background: #cccccc url(../images/bg_grad.jpg) fixed;
}

/******* Hyperlink tag styles *******/

a {
font-weight: bold;
}

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/******* Table tag styles *******/

table {
border: none;
padding: 0em;
border-collapse: collapse;
width: 100%;}

td.previous {
width: 26%;}

td.empty {
width: 26%;}

td.next {
width: 48%;}

/******* Image tag styles *******/

img {
border: none;
padding-left: 15px;
padding-top:10px;}
