
body {
	background-color: #f2f2f2;
}

a { text-decoration: none; color: blue; }
a:visited { text-decoration: none; color: blue; }
a:hover { text-decoration: none; color: blue; }
a:focus { text-decoration: none; color: blue; }
a:hover, a:active { text-decoration: none; color: blue; }

.link-all {
  color: red;
}

.greeting {
  position:absolute;
  width: 300px;
  top: 50%;
  left: 68%;
  margin-top: -74px;
  margin-left: -68px;
  border: solid 1px black;
}

.greeting-title {
  position: absolute;
  top: 50%;
  margin-left: 50px;
}

.chen {
  float: right;
  padding-top: 10px;
  margin-right: 10px;
}

.rssincl-title {
	margin-top: 10px;
	padding: 10px;
	width: 600px;
	font-family: courier;
	font-weight: bold;
	border: solid 1px black;
}

.links {
	width: 600px;
	padding: 10px;
	border: solid 1px black;
}

.rssincl-content {
	margin-top: 10px;
	padding: 10px;
	width: 600px;
	height: 80%;
	overflow-y: scroll;
	overflow-x: hidden;
	border: solid 1px black;
}

.rssincl-itemtitle {
	text-align: left;
}

p {
	margin: 0px;
}
