@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	margin-top: 100px;
	background-color: #666666;
	font: Arial, Helvetica, sans-serif;
}

#heading {
	text-align: center;
	color: #FFFFFF;
	margin-top: -40px;
}

.info {
	font-size: 18px;
	
}

.profileme {
	font-size: 36px;	
}


a:link {color: #FFFFFF; text-decoration: none; }
a:active {color: #FFFFFF; text-decoration: none; }
a:visited {color: #FFFFFF; text-decoration: none; }
a:hover {color: #FFFFFF; text-decoration: none; }

