
body {
	font-family: Verdana;
	font-size: 13px;
}

a {
	text-decoration: none;
	color: navy;
}

a:hover {
	color: red;
}

.title1 {
	border: 1px solid;
	font-size: 28px;
	text-align: center;
	width: 320px;
	padding: 10px;
}

li {
	margin-top: 10px;
	margin-bottom: 10px;
}

