/* PuTTYglass down stylesheet */

body {

	background-color: #B5B5B5;
	width: 700px;
	font-family: Verdana;
	position: relative;
	margin-left: auto;
	margin-right: auto;

	
}

#header3 {
	font-size: 17px;
	text-align: center;
	color: #434343;
	
}

#download {
	font-size: 13px;
	font-family: verdana;
	color: #434343;
	text-align: center;
	
}

a:link {
	color: #434343;

}

a:hover {
	color: #5d5c5c;
	
}

a:visited {
	color: #434343;
	
}

#adsense {
	margin-top: 40px;
	display: none;

}