/* i'm so tired i don't know why i made this account. 

i'm a(wario)ware i could've done the grayscale better */

img {
  image-rendering: pixelated;
  filter: saturate(0)
}

@keyframes blinkingTextGreen{
  0%{		color: black; }
	49%{	color: black;	}
	50%{	color: gray;	}
	99%{	color: black;	}
	100%{	color: black;	}
}

#header {
  background: gray;
}

#hSub {
  background: #acacac;
}

.extended a, .extended h3 {
  color: gray;
}

.rightHead {
  background: gray;
  color: white;
}

h4 {
  color: gray;
}

.fwiendCount {
  color: gray;
}

.fwiendFace b {
  color: gray;
}

.boxButton {
  color: gray;
}

.boxHead {
  background: #acacac
}

.url {
  border-color: gray;
}

.tableLeft {
  background: gray;
}

.tableLeft a {
  color: white;
}

.tableRight {
  background: #acacac;
}

.blog {
  background-color: transparent;
  padding: 15px;
}