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

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

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

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

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

.target {
	width: 65px !important;
	height: 65px;
	margin-right: auto;
	margin-left: auto;
	background: url(img/target-black.jpg) no-repeat;
}

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

a {
	color: white;
	text-decoration: none;
}

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


