/* This style sheet sets the back ground colour of the site to white
and the fonts to black.  */

body {
	color: black;
	background-color: white;
	font: normal 1em "Times New Roman", Georgia, Times, serif;
}

.aboutbox {
	width: 748px;
	height:200px;
	border:0px solid #E6EDFF;
	background-color: white;
	margin-top: 20px;
	text-align: justify;
	padding: 1px;
	color: black;
}

ul.aboutmenu li a:hover {
	color: black;
	text-decoration: none;
}

ul.footermenu li a:hover {
	color: black;
	text-decoration: none;
}

.target {
	width: 65px !important;
	height: 65px;
	background: url(img/target-white.gif) no-repeat;
	padding-top: 0;
	margin-right: auto;
	margin-top: 0;
	margin-left: auto;
}

.wendy {
	width: 202px;
	height: 18px;
	background: url(img/wendyemail-white.jpg) no-repeat;
	margin-right: auto;
	margin-left: auto;
}

a {
	color: black;
	text-decoration: none;
}
a:link { 
	color: black;
	text-decoration: none;
}
a:visited { 
	color: black;
	text-decoration: none;
}
a:hover { 
	color: black;
	text-decoration: none;
}
a:active { 
	color: black;
	text-decoration: none;
}

