@charcet "utf-8";
/* CSS Document */

.Titles {
	font-size:30px;
	font-family: "Times New Roman" , Roman , "Segoe Print" ;
	color:White;
}

a:link {
    color: #3E84CD ;
}

a:hover {
    color:#7DBDFF;
}

a:visited {
    color: #6D6D6D;
}

.dognames {
	font-size:20px;
	font-family:"Segoe Print", "Script MJ" , Roman , Papyrus;
	color:black;
	
}

.related {
	font-size:20px;
	font-family: Roman , Papyrus, "Script MJ", Courtier ,Gabriola;
	color:black;
}

.Bird {
	font-size:80px;
	font-family: Courtier, Gabriola;
	color:black;
	text-align:center;
}
.ref {
	color:#978DDF;
}
table {
	border-radius:20px;
	border-collapse:collapse;
	background-color:#D9E8FF;
}
td {
	border:2px #BED8FF solid;
	border-radius:20px;
	text-align:center;
	padding-top:10px;
	padding-left:10px;
	color:#919191;
	font-size:15px;
}

th{
background-color:#495E54;
color:#919191;
padding:10px;
font-size:20px;
}

table.center{
	margin-left:auto;
	margin-right:auto;
}
.div3 {
font-family: 'Shadows Into Light', cursive;
color:black;
font-size:25px;
text-align:center;
}