body {
margin: 120px 0 0 0;
height: 100%;
text-align: center;
overflow: auto;
background-color: #a1e9ff;
}

.copy{
color: #ff2503;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 40px;
}

A:link {text-decoration: underline; color: #ff2503;}
A:visited {text-decoration: none; color: #ff2503;}
A:active {text-decoration: underline; color: #ff2503;}
A:hover {text-decoration: underline; color: #971400;}
#content {
	width: 740px;
	margin: 0 auto;
}

