body {
	font-family: Arial;
	color: white;
	background-color: #1a1a1a;
}.page {
	top: 0;
	position: relative;
	min-width: 500px;
	max-width: 600px;
	left: 25%;
}
.home-link {
	font-family: Arial;
	font-size: 12px;
}
.home {
	font-family: Arial;
	text-align: center;
	border: 1px solid white;
	padding: 10px;
	font-stretch: ultra-expanded;
	font-weight: 800;
	font-size: 15px;
}
.domain {
	font-family: Arial;
	font-size: 15px;
	text-align: center;
}
.navigation {
	color: white;
	font-family: Arial;
	text-align: center;
	margin-bottom: 20px;
}
li {
	display: inline;
	visibility: hidden;
}
.index-links {
	font-family: Arial;
	font-size: 15px;
	font-weight: 100;
	font-stretch: ultra-condensed
}
a:link {
	color: white;
	text-decoration: none
}
a:visited {
	color: white;
	text-decoration: none
}
a:hover {
	color: gray;
	text-decoration: underline;
}
a:active {
    color: white;
}
.right {
	float: right;
	width: 35%;
	position: sticky;
	top: 0;
}
.updates {
	text-align: left;
	border: 1px solid white;
	padding: 10px;
	color: white;
}
.webrings {
	text-align: left;
	border: 1px solid white;
	padding: 10px;
	margin-top: 20px;
	color: white;
}
.left {
  width: 60%;
  float: left;
}
.article {
	margin-bottom: 20px;
	position: relative;
	text-align: left;
	border: 1px solid white;
	color: white;
	padding: 10px;
	font-size: 12px;
}
.article-title {
	text-align: center;
}
p {
	text-align: left;
	line-height: 1.8;
}
.sidebar-text {
	text-align: left;
	font-size: 10px;
}
.webrings {
	text-align: left;
	font-size: 10px;
}