/*
div.figure a:visited, div.fibure a:active, :visited img, :active img, :link img
{
	border: 0px;
	text-decoration:none;
}
*/
a
{
	color: white;
	text-decoration: none;
}

a img
{
	border: 0;
	color: silver;
	outline:0;
}

a:active
{
	width:0;
	height:0;
	outline:0;
}

a:visited
{
	width:0;
	height:0;
	outline:0;
}

/*
div.figure a:active
{
	border: 0px;
	text-decoration:none;
}
*/
body
{
	background-color: black;
	color: silver;
	text-align:center;
}

div.figure
{
	float: left;
	margin: 0;
	padding: 0;
	width: 140px;
}

div.figure p 
{
	text-align: center;
	text-indent: 0;
}

h1
{
	color: white;
	font-size: 300%;
}
/*
img
{
	border: 0;
	text-decoration: none;
} 
*/
#foot
{
	margin: 0 auto;
	width: 580px;
}

.icons
{
	color: silver;
	font-size: 75%;
}

a.icons
{
    color: yellow;
}

#wrap
{
	margin: 0 auto; 
	height: 250px;
	width: 725px;
}

