body{

 width: 355px;
 color: white;
 font: 10pt;
 }

#name{
	color: white;
	}

#address{
	color: white;
	}

#contact{
	color: white;
	}

.button{
	color: white;
	}

#section{
	color: white;
	}

a{
	color: white;
	text-decoration: none;	
	}
	
a:hover{
	color: gray;
	text-decoration: underline;
	}