/*
 * Style sheet for 1010 IT Services Inc
 *
*/


BODY {
        margin: 0;
        background-image: url("http://1010inc.com/images/weblogobkgd.jpg");
        background-position: top left;
        background-repeat: repeat-x;
        background-color: #FFFFFF;
        font-family: Georgia, Times, ‘Times New Roman’, serif;

}

/* #780000 maroon */
/* #1A62AE blue   */
/* #858585 grey   */

A:link {text-decoration: none; color: #780000;}
A:visited {text-decoration: none; color: #780000;}
A:hover {text-decoration: none; font-weight:bold}

.smalltxt   {
      font-size: 75%;
}
.largetxt   {
      font-size: 130%;
}
.partxt     {
      font-size: 105%;
      text-align: justify;
}
.title      {
      text-align: center;
      font-size: 150%;
}

