/*

  Temporary Karagory.com Home Page Style Sheet
  Author: Allison Karagory
  Start Date: July 14, 2015
  Last Updated: July 14, 2015
  Supporting Files: background.png

*/

p {
  border: 0;
  font-size: 100%;
  font: inherit;
}

header, article {
  font-size: 100%;
  font: inherit;
}

nav li {
  margin: 0;
  padding: 0;
  border: 0;
}

.new {
  display: block;
}

#important {
  color: rgb(255,0,0);
}

body {
  background: rgb(20,20,20) url("background.png") repeat;
}

img {
  display: block;
  padding: 20px;
  margin: auto;
  max-width: 100%;
}

p {
  width: 100%;
  text-align: center;
  color: white;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 20px;
}

/*
  
	Author: Daniel Karagory
	Last Updated: August 26, 2020
	
*/


.links{
	display: block;
	margin: auto;
	width: auto;
	padding: 1rem;
	line-height: 3rem; 
}

.links a{
	color: white;
}






