body {
  	#background-color:yellow;
	min-width:800px;
	font-family:"Helvetica";
	font-size:10pt;
	-webkit-text-size-adjust:none;
	color:#404040;
}

.name
{
	font-weight:bold;
	font-size:11pt;
	margin-bottom:5px;	
	#background-color:blue;
}

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

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

a:hover {
	text-decoration:none;
	color:red;
}

a:active {
	text-decoration:none;
	color:red;
}

.header {
	text-align:left;
	margin-left:auto;
  	margin-right:auto;
  	margin-top:50px;
	margin-bottom:40px;
  	#background-color:yellow;
  	width:740px;
}
