body            {
                        background-color: #FFFFFF;
                        font-weight: normal;
                        font-size: 11px;
                        font-family: Bitstream Vera Sans, Verdana, Sans Serif;
                        font-color: #282828;
                        text-align:justify;
                        text-decoration: none;
                }
a:link 		{ color: #282828; }
a:visited 	{ color: #282828; }
a:hover		{ color: red;     }

p               { font-weight: normal; font-size: 12px; font-family: Bitstream Vera Sans, Verdana, Sans Serif; color: #282828;
		}

h2              { font-weight: normal; font-size: 13px; font-family: Bitstream Vera Sans, Verdana, Sans Serif; color: #000066; 
		}

h2.first        { font-weight: normal; font-size: 13px; font-family: Bitstream Vera Sans, Verdana, Sans Serif; color: #CCCCCC; 
		}

table           {
                        border-width: 0px 0px; 0px; 0px;
                        border-spacing: 0px;
                        border-style: none none none none;
                        border-color: gray gray gray gray;
                        border-collapse: collapse;
                        background-color: white;
                }

td              {
			font-weight: normal; 
			font-size: 12px; 
			font-family: Bitstream Vera Sans, Verdana, Sans Serif; 
			color: #282828;
                        border-width: 0px 0px; 0px; 0px;
                        border-style: inset inset inset inset;
                        border-color: gray gray gray gray;
                        
			-moz-border-radius: 0px 0px 0px 0px;
		}

	.grey   	{
                        background-color: #CCCCCC;
                        }
	.softdev   	{
                        background: url(images/softwaredevelopment260.gif);
                        }
	.nethard   	{
                        background: url(images/networkhardware260.gif);
                        }
	.netserv   	{
                        background: url(images/intranetservices260.gif);
                        }
	.softsup   	{
                        background: url(images/software&support260.gif);
                        }
