	a:link {text-decoration: none; color: #c0c0c0; }
	a:visited {text-decoration: none; color: #c0c0c0; }
	a:hover {text-decoration: none; color: #777; }
	a:active {text-decoration: none; color: #c0c0c0; }

	a:active, a:focus {outline: 0; }

body {
	font: 12px arial;
	color: #bbb;
	background-color: #666;
	}

div {
	margin-bottom: 30px;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 30px;
	width: 500px;
	}

.italic {
	font-style: italic;
	}
