/*  Theme Name: Coloring
    Tags: colorful, coloring, kids, children, crayons, two columns, 2 columns, fixed width, backward compatible
    Theme URI: http://www.Coloring.US.com
    Description: A colorful, kid friendly Wordpress theme. Compatible with older Wordpress versions.
    Version: 1.0
    Author: curioZities, LLC
    Author URI: http://www.Coloring.US.com
*/


/* basic elements */
body {
  margin: 0;
  padding-top: 10px;
  background-color: #00FFFF;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #000000;
  text-align: center;
}

.linkit, .linkit a, a.linkit {
  font-family: Arial, sans-serif;
  font-size: 16px;
  padding: 2px;
  color: #000000;
  text-decoration: underline;
}

.linkit a:hover, a:hover.linkit {
  color: #FF0000;
  text-decoration: underline;
  background-color: #FFFF00;
}