body {
	background: Black;
	color: White;
	font-family: Georgia;
	font-style: italic;
	padding-right: 30px;
}
h1 {
	font: 200%; 
	color: White; 
	font-family: Georgia; 
}
a {
	text-decoration: none;
}
a:link {
	color: White;
	border-bottom: 1px dashed White;
}
a:visited {
	color: White;
	border-bottom: 1px dashed White;
}
a:hover {
	color: Red;
	border-bottom: 1px dashed Red;
}
a:active {
	color: Red;
	border-bottom: 1px dashed Red;
	}


