﻿body {
}

div.NavMenu a
{
    text-decoration: none;
    font-family: Arial;
    font-weight: bold;
    font-size: 16pt;
    color: #0099FF;
    margin-right: 40px;
}

div.NavMenu a:hover
{
    color: Blue;
}


img
{
    border: 0px;
}

ul.FeatureList
{	
   
   list-style: square;   
   text-align: left;  
  margin-left: 20px;
}

ul.FeatureList li
{
    margin-bottom: 5px;
}


div.PortfolioTitle {
    margin-bottom: 10px; 
    background-color: skyblue; 
    font-weight:bold; 
    text-align:center
}

div#PortfolioNav {       
    padding-top: 5px;
    background-color: skyblue;       
}

div#PortfolioNav a {    
    margin: 0px 5px 0px 5px; 
    padding: 0px;
    text-decoration: none;    
}

table#services
{
  
    background-color: Blue;
}

table#services tr td 
{
 
 background-color: #D6EEF8;
 vertical-align: top;
 
}

table#services thead tr td
{
    background-color: skyblue;
    font-weight: bold;
    text-align: center;
    
}

table#services tfoot tr td
{
    background-color: skyblue;
}


div#Links
{
    width: 600px;
    margin: auto;
    font-family:arial;
    font-size:12px;
}
div#Links a
{
    color: skyblue;
    text-decoration: none;
    font-family:arial;
    font-size:12px;
}
div#Links a:hover
{
    color: blue;
    text-decoration: none;
    font-family:arial;
    font-size:12px;
}
