/* Beautiful Butterfly */
body {
background-color: black
}


body {
   margin:0px;

 }

a {
	#main;
    text-decoration: none;
}

a:link { 
    color: rgb(255,255,255);
	text-decoration: underline; 
}

a:visited { 
    color: rgb(255,255,255);
	text-decoration: none; 
}

a:hover { 
    color: rgb(0,0,0); 
	text-decoration: none; 
}

#links {
	background-color: rgb(0,0,0);
       
}

#text {
	background-color: rgb(0, 0, 0);
	  margin: 10;
color: rgb(255,255,255)

}

#image1 {
border-width: 0px;
}
