@import "box.css";
@import "frame.css";

body 		{	margin: 0;
			background-color: #ededed;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: black;
		}

a		{	color: #aeaeae;
			text-decoration: none;
		}
a:hover		{	text-decoration: underline;
		}

