﻿body {
}

#MasterDiv
{
  width: 1000px ;
  margin:0 auto
}

#style1
        {
            width: 100%;
        }
#style2
        {
            height: 24px;
        }
        
        table.center {
    margin-left:auto; 
    margin-right:auto;
  }
td.Image
{
    background-image: url("../Images/Grad1.jpg"); background-repeat: no-repeat;
   
}

td.Color
{
    color:DarkSlateGray;
}

td.Projects
{
    color:DarkSlateGray;
    font-size:medium; 
}

.buttonStyle
{
    color:DarkSlateGray;
    background-color:Teal
}

.valFontColor
{
    color:Red;
}