/* Kettell Custom Homes - Site Wide Style Sheet */

a {}
a.footer:link {color:white}
a.footer:visited {color:white}
a.footer:hover {color:#FF00FF}
a.footer:active {color:white}
body {
	background-color:#FFFFCC	/* A "Web-Safe" color according to http://www.w3schools.com/css/css_colors.asp */
	}
h2 {
	text-align:center
	}
h3 {
	color:red;
	font-size:medium;
	text-align:center
	}
p {
	color:black;
	font-family:Georga,"Times New Roman",Serif;
	font-size:large;
	padding:4px;
	text-align:left;
	valign:top
	}
p.center {
	color:black;
	font-family:arial,"non serif";
	font-size:medium;
	padding:4px;
	text-align:center;
	valign:top
	}
p.center:first-line {
	color:red;
	font-variant:small-caps;
	}
table {
	border-style:none;
	width:100%
	}
td {
	vertical-align:top
	}
td.IDme {
	color:blue;
	font-family:arial,"non serif";
	font-size:12px;
	text-align:right
	}
th {
	font-family:Georga,"Times New Roman",Serif;
	font-size:large;
	text-align:center
	}
th.header {
	background-color:#17365d
	}
th.footer {
	background-color:#b1b1b1;
	color:white;
	font-size:20px
	}
ul {
	color:black;
	font-family:arial,"non serif";
	font-size:medium;
	padding:4px;
	tex-align:left;
	valign:top
	}
