/* basic formatting and link colours */
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000;
}

h1 {
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	padding: 2px;

}
h2 {  
	font-size: 115%; 
	font-weight: bold}
h3 {  
	font-size: 105%; 
	font-weight: bold}

h4 {
	letter-spacing: 1px;
	font-size: 105%;
	color: #E00A16;
}

p, body, div, td, li, #main-content { 
}

.text {
	padding: 8px;
	align: center;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 3px;
}

.dogtext {
	padding: 8px;
	align: center;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 3px;
}
	
.photocopyr, .photocapt { font-size: .9em;
}

a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #432F21
}
a:visited {
	color: #432F21
}
a:active {
	color: #432F21
}
a:hover {
	color: #9f0000
}

/* Kennel Admin style for dog pedigree links  */
#ped .ch a:link {
	font-weight: bold;
	color: #C03;	
}
#ped .ch a:visited {
	font-weight: bold;
	color: #C03;	
}
#ped .ch a:active {
	font-weight: bold;
	color: #000;	
}
#ped .ch a:hover {
	font-weight: bold;
	color: #000;	
}

#ped .nonch a:link {
	color: #000
}
#ped .nonch a:visited {
	color: #000
}
#ped .nonch a:active {
	color: #C00
}
#ped .nonch a:hover {
	color: #C00
}
/* End Kennel Admin style */

/* optional colours for right links if bg different colour to main body */
/*#right a:link {
	color: #fff
}
#right a:visited {
	color: #fff
}
#right a:active {
	color: #000
}
#right a:hover {
	color: #000
}
*/
/* optional colours for footer links if bg different colour to main body */
#footer a:link {
	color: #432F21
}
#footer a:visited {
	color: #432f21
}
#footer a:active {
	color: #432f21
}
#footer a:hover {
	color: #9f0000
}

#footer, #ftmenu, #ftcopyr, #ftmenubox {
	color: #432f21;
}
