h3 {
	color:black;
}

body {
	color:#000000;
}

a {
	text-decoration:none;
}

a:hover {
	background-color:#ff9933;
}

a:visited {
	color:blue;
}

a:active {
	color:blue;
}

img.logo{
	border-color:white;
	border:0px #ffffff;
}


a.images {
	text-decoration:none;
	border:#ffffff;
	color:white;
	border-color:white;
	
}

a.images:hover {
	background-color:transparent;
	color:white;
}

a.images:visited{
	color:white;
}

a.images:active{
	color:white;
}

a.images:link{
	color:white;
}

