/*
	CSS sheet for the about section
	Changes may be made in .html and not carried over to CSS
	(i'm bad at this) (i literally copied this from the headphone page)
*/
body {
    background-color: #323232;
}

h2 {
	text-align: center;
	font-family: Arial;
	color: #ffffff;
}

img.banner {
	display: block;
	margin: auto;
	width: 50%;
}
.links {
	text-align: center;
	
}

.about {
	font-size: medium;
	text-align: center;
	font-family: Arial;
	color: #ffffff;
}

.catagory {
	font-weight: bold;
	font-variant: small-caps;
	font-family: "Comic Sans MS";
	color: #ffffff;
}

.footer {
	display: block;
	margin: auto;
	text-align: center;
}

.pictures {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

a {
	margin: 10px;
	font-family: Arial;
	color: #add8e6;
}
