/* CSS Document for Kathy A. Perkins Homepage */

a.navbar:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	color: #FFB829;
	text-decoration: none;
	background-color: #000000;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
a.navbar:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	color:#FFB829;
	text-decoration: none;
	background-color: #000000;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
a.navbar:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	color: #FFCC66;
	text-decoration:underline;
	background-color: #000000;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	
}
.underlinenavtop {
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	color: #FFCC66;
	text-decoration: underline;
	background-color: #000000;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 0px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	color: #FFFFFF;
	padding-top: 0px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #FFFFFF;
	padding-top: 0px;
	font-style: italic;	
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #FFFFFF;
	padding-top: 0px;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	color: #FFB829;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	color:#FFB829;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	color: #FFCC66;
	text-decoration:underline;
}
.photoborder {
	border-bottom-color: #FFB829;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-color: #FFB829;
	border-left-style: solid;
	border-left-width: thin;
	border-right-color: #FFB829;
	border-right-style: solid;
	border-right-width: thin;
	border-top-color: #FFB829;
	border-top-style: solid;
	border-top-width: thin;
}
