@charset "UTF-8";

.header {
    width:100%;
    margin:auto;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 100%
}

.body {
    width:100%;
    margin:auto;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 100%
}

.quick-links {
	width:auto;
	weight:"62";
	border:"0";
	margin:auto;
	font-size: 100%
	
}

.footer {
    width:100%;
    margin:auto;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-align: center;
	font-size: 100%
}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
}

a:hover {
	color: grey;
	text-decoration: line-through;
}

a:active {
	color: black;
}

a.active {
	color: grey;
	text-decoration: overline;
}

ul {
	text-align: justify;
	padding-top: 0px;
	padding-left: 3%;
	padding-right: 3%;
}

div.polaroid {
	width: 40%;
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}

div.container {
	text-align: center;
	padding: 10px 20px;
}

img.aboutme {
	display: block;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}