body{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial,verdana;
	font-size: 13px;
}

#site-template{
	width: 750px;
	margin: 0px auto;
	text-align: left;
}

h1 {
	font-size: 22px;
	color: #555;	
}

h1 a {
	color: #555;
	text-decoration: underline;	
}
	h1 a:hover {
		color: #00a;
		text-decoration: none;	
	}
	
a {
	color: #00a;
	text-decoration: none;
}
	a:hover {
		color: #555;
		text-decoration: underline;
	}

ul {
	line-height: 22px;
}	