body { color: black; background-color: white;
font-size:16px; line-height:16px;}

a {text-decoration:none;}

a:link { color: blue}

a:visited { color: purple }

a:hover { color: purple }

a:active { color: red }

h1 {
	text-align:center;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	margin-bottom:60px;
}
h2 {
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 60px;
}



.mb40{margin-bottom:40px;}
.mb100{margin-bottom:100px;}