body
{
	background-color:#ccaaee;
	background-image:URL("../images/4YFuGIl.webp");
	background-attachment: fixed;
	color:white;
	font-family:arial;
	font-size: 20px;
}

a
{
	color:white;
	text-decoration:none;
	font-size:20px;
}

a:hover
{
	color:#FFF;
	text-decoration:underline;
}

.newsLinks
{
    padding:3px;
    display:inline-block;
    width:100%;
    height:50px;
}

nav li
{
	list-style-type:none;
	padding:15px;
	display:inline-block;
}

nav li:hover
{
	background-color:#00b3f4;
}

input[type=text], input[type=username], textarea[type=message], input[type=submit] {
	width: 90px;
	padding: 0px 0px;
	margin: 8px 20;
	border: 1px solid hotpink;
	/*box-sizing: border-box;*/
	background:#a49bda;
	color:#FFF;
  }
  
  input[type=submit] {
	height:50px;
	width:150px;
  }
  
  input[type=file] {
	display: none;
  }
  
  input:hover
  {
  background:#becafe;
  }
