body {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 26px;
	font-weight: bold;
}

p {
	font-size: 18px;
}

.tags {
	font-size: 9px;
	color: #AAAAAA;
}

a.tags:link {
	color: #AAAAAA;
	text-decoration: none;
}

a.tags:visited {
	color: #AAAAAA;
	text-decoration: none;
}

a.tags:active{
	color: #AAAAAA;
	text-decoration: none;
}

a.tags:hover{
	color: #999999;
	text-decoration: none;
}

