
#Grid {
  	font-family: Arial;
  font-size: x-small;
}

#White {
  	color: white;
  font-family: Arial;
}

P {
  	font-family: Arial;
}

A:link {
  	color: yellow;
  font-family: Arial;
  text-decoration: none;
}

A:visited {
  	color: yellow;
  font-family: Arial;
  text-decoration: none;
}

A:hover {
  	color: #66FF00;
}
