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


* {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	text-decoration: none;
	}
		
body,td,th {
	color: #FFF;
	
}

#cup header {
	color: #FFF;
	font-size: 30px;
	text-align: center;
	margin-top: 25px;
}
#cup section {
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#cup section h1 {
	margin-top: 32px;
}

#cup section #name {
	margin-top: 20px;
	display: inline;
	float: left;
}
#cup section #position {
	margin-top: 20px;
	display: inline;
	float: right;
}

#cup section #Jo {
	clear: both;
	padding-top: 33px;
	float: left;
	
}
#cup section #Jo h1 {
	padding-bottom: 20px;
}
#cup section #Reporters {
	padding-top: 33px;
	display: inline;
	float: right;
}
#cup section #Reporters h1 {
	padding-bottom: 20px;
}
	
#cup section #Columnist {
	clear: both;
	float: left;
	display: inline;
}
#cup section #Columnist h1 {
	padding-bottom: 20px;
}
#cup section #Acc {
	display: inline;
	float: right;
}
#cup section #Acc h1 {
	padding-bottom: 20px;
}

#cup section #cart {
	clear: both;
	float: left;
}
#cup section #cart h1 {
	padding-bottom: 20px;
	padding-top: 40px;
}
#cup section #art {
	float: right;
	display: inline;
}

#cup section #art h1 {
	padding-top: 40px;
	padding-bottom: 20px;
}
#cup section #web {
	clear: both;
	padding-bottom: 50px;
}
#cup section #web h1 {
	padding-top: 40px;
	float: none;
	clear: none;
	text-align: center;
}
h1 {
	color: red;
	
}
ul {
	font-family: "Comic Sans MS", cursive;
}

