body {
	background-color: black;
	font-family: calibri;
}

h1 {
	color: white; text-align: center; font-family:calibri; width: 80%
}

p {
	color: white; text-align: center; font-family:calibri;
}

#new {
    background-color: red;
}

.logo{
	float: left !important;
	width: 20% !important;
	margin-top: 50px !important;
}

.nav-item a {
	text-decoration: none !important;
	color: #00fff3 !important;
}

.navigation ul li a {

	text-decoration: none !important;
	text-transform: uppercase !important;
	font-size: 20px !important;
	color: #ffffff !important;
	font-family: calibri;
}

.navigation ul li a:hover {
	color: aqua !important;
	transition: color 0.3s !important;
}
/* Add a black background color to the top navigation */
.topnav {
  background-color: #000000;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  font-family: calibri;
  text-decoration: none;
  font-size: 17px;
}

.announcements {
	border: 1px solid #ffffff;
	border-radius: 10px;
	margin-bottom: 20px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #00fff3;
  color: black;
}
ul li a {
	text-decoration: none !important;
	border: 1px solid #00dcff !important;
	border-radius: 5px !important;
	padding: 5px !important;
	background-color: #000000 !important;
}

.navigation ul {
	text-align: center !important;
}

.link {
	width: 100%; 
	text-decoration: none !important; 
	border: 1px solid #00dcff !important; 
	border-radius: 5px !important; 
	padding: 5px !important; 
	background-color: #000000 !important; 
	text-align: center; 
	text-decoration: none; 
	color: white;
}

#arglink:hover {
	background-color: #000000;
  	color: black;
  	cursor: default;
}

.downloadlink { 
	text-decoration: none; 
	border: 1px solid #00dcff !important; 
	border-radius: 5px !important; 
	padding: 5px !important; 
	background-color: #000000 !important; 
	text-align: center; 
	color: white;
	width: 10%;
	font-size: 20px !important;
	font-family: calibri !important;
}

.navigation ul li {
	width: 20%;
	text-decoration: none;
}

.center {
    margin-left: auto;
    margin-right: auto;
    display: block
}