body {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	margin: 50px;
}

.content {
	margin-left: 25px;
	margin-right: 25px;
}

h3 {
	margin-top: 30px;
}

ul, li {
	margin-left: 8px;
	padding-left: 0px;
	clear: both;
}

ul {
	margin-top: 5px;
}

.right {
	float: right;
	clear:both;
}

.left {
	float: left;
}

.head {
	float: left;
}

.foot {
	text-align: center;
	margin: 50px;
	font-family: Verdana;
	font-size: 10pt;
}

.block {
	width: 30%;
	float: left;
}

.block_right {
	float: right;
	margin-right: 25px;
}

a:link {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}

a:active {
	color: #00ff00;
	text-decoration:none;
}
.pic {
	float:left;
	margin:5pt;
	margin-right: 20px;
}
.name {
	font-size:40px;
}
