body{
	position: relative;
}
#contentarea{
	font-family: "century gothic";
}
	#contentarea span{
	font-family: "arial black";
	font-size: 4vw;
	color: #001133;
	display: block;
	text-align: center;
}
#header{
	position: relative;
	height: 3.4vw;
}
#header span{
	text-align: center;
	font-size: 2vw;
	font-family: "century gothic";
	color: white;
}
#header span:before, #header span:after{
	position: absolute;
	content:"";
	bottom: 0;
	width:0;
	height:0;
	border-top: 3.3vw solid transparent;
}

.ld span:before{
	border-left: 3.3vw solid #e0e0e0;
	background: black;
	left: -3vw;
}
.td span:before{
	border-right: 3.3vw solid white;
	background: magenta;
	right: -3vw;
}
.it span:before{
	border-left: 3.3vw solid #e0e0e0;
	background: blue;
	left: -3vw;
}
.nl span:before{
	border-right: 3.3vw solid white;
	background: cyan;
	right: -3vw;
}
.ml span:before{
	border-left: 3.3vw solid #b7b8bc;
	background: yellow;
	left: -3vw;
}
#content{
	padding: 2vw;
	font-family: "century gothic";
	padding-right: 1vw;
	vertical-align: middle;
	
}
#content span{
	font-size: 1vw;
	text-indent: 1vw;
	text-align: justify;
}
td blockquote{
	font-size: 1.5vw;
	font-style: italic;
	font-family: "monotype corsiva";
	text-align: center;
}
table th{
	text-align: center;
}
#logodesign2{
	background-color: #e0e0e0;
}
#logodesign2 #package li{
	font-size: 0.8vw;
}
#logodesign2 th img{
	border-radius: 100%;
	width: 10vw;
	height:10vw;
	padding: 1vw;
}
#logodesign2 td span, #tshirtdesign th span{
	font-size: 1.5vw;
}
table li,i{
	font-size: 1vw;
	color: black;
}
button{
	margin-bottom: 3%;
}
button:hover{
	opacity: 0.5;
	box-shadow: 1px 1px 1px black;
}
#content div{
	color: white;
}
#teeprinttable li, #teeprinttable span{
	color: white
}