
/**
 * Use this to set background color and font color for all pages on the site
 */
body {
    color:#000000;
    font-family:verdana,arial,sans-serif;
    font-size:small;
    font-weight:normal;
}

/**
 * Use this to style how links look on all pages of the site
 */
a {
    color: #003497;

}

/**
 * Use this to style how strong (bold) text looks on the site
 */
strong {
    
}

/**
 * Uss this to stype how italic text looks on the site
 */
i {
    
}

/**
 * The category list on the home page is a definition list, you can modify
 * some properties of dl and dd
 */
dd {
   
}

/**
 * The horizontal lines are hr elements.  give them height and background
 * color here
 */
hr{
  
}


/**
 * pages that have lists of games with icons are using tables.  the icon is
 * the "col1" class, the game title in "col2" class
 */
.col1 {

}

.col2 {

}

/**
 * Add the css for your custom header and footer here
 */