/* PuTTYglass front stylesheet */

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

	
}

a:link {
	color: #5f5f5f;
	text-decoration: none;

}

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

a:hover {
	color: #3c3c3c;
	text-decoration: none;

}

#header2 {
	font-size: 17px;
	text-align: center;
	color: #434343;
	font-family: Verdana;
	
}

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


#introduction {
	font-size: 13px;
	font-family: Verdana;
	color: #434343;
	text-align: center;

	
}

#opening {
	font-size: 11px;
	font-family: Verdana;
	color: #434343;
	text-align: center;

	
}

#aeroshot {
	padding-top: 20px;

	
}

#copyright {
	font-size: 11px;
	font-family: Verdana;
	color: #434343;
	text-align: center;

	
}