A:link {text-decoration: none; color: white;}
A:visited {text-decoration: none; color: blue;}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}

html, body {
    margin: 0;
    padding: 0;
	color: #FF9966;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;

}

#page-container {
	width: 90%;
	min-width: 875px;
	margin: auto;
}