body {
	background-color: rgb(240, 250, 255);
	font-size: 12pt;
	color: black;
	font-family: arial, helvetica, sans;
}

h1 {
	color: rgb(0, 0, 80);
	margin-bottom: 10px;
	font-family: arial, helvetica, sans;
	font-size: 20pt;
	text-align: center;
}

ul {
	margin-left: 20px;
}

b {
	color: red;
}
a {
	text-decoration: none;
	color: blue;
}
a:hover {
	color: red;
}
#sample_web {
	float: right;
	border: 1px solid rgb(100, 100, 255);
	padding: 4px;
	margin-left: 4px;
	margin-bottom: 20px;
	text-align: center;
}

