/* default.css for wardgrove.com */

/* Header text */
.headertext {
	font-size: 20px;
	color: #000000;
	font-family: signboard, arial, sans-serif;
	text-align: center;
	vertical-align: middle;
}

/* Home text style */
.hometext {
	font-size: 20px;
	color: #008000;
	font-family: catchup, comic sans ms, arial, sans-serif;
	text-align: left;
	vertical-align: top;
	background-color: #99FF99;

}

/* home paragraph style */
.hometextp {
	text-indent: 35px;
}

/* link colors for menu */
div.menu a:link {
	color: #FF0000;
}

div.menu a:visited {
	color: #FF0000;
}

/* Menu text style */
.menutext {
	font-size: 26px;
	font-weight: bold;
	color: #FF0000;
	font-family: catchup, comic sans ms, arial, sans-serif;
	text-align: left;
	vertical-align: middle;
	background-color: #008000;
}

/* Menu border color */
.menuborder {
	background-color: #FF0000;
}

/* Menu text style */
.copyrightinfo {
	font-size: 10px;
	color: #000000;
	font-family: arial, sans-serif;
	text-align: center;
	vertical-align: middle;
}


/* other pages text style */
.subtext {
	font-size: 20px;
	color: #008000;
	font-family: catchup, comic sans ms, arial, sans-serif;
	text-align: left;
	vertical-align: top;
	background-color: #99FF99;

}

/* other pages paragraph style */
.subtextp {
	text-indent: 35px;
}