﻿body {
}

.tablewidth
  {
  	width: 100%;
  }
   .tdhome
 {
 	 height: 350px;
 	 color: Black;
 }
  .logintable
{
    width:50%;
    border:2px;
    text-align:center;
    border-spacing:0;   
} 
  .contenttable
 {   
  text-align:center;
  border:groove;    
  border-color:#663300;
  border-spacing:10;
  padding-left:30px;
  border-width: medium;
  height: 200px; 
  width: 98%;   
 } 
  .textcolor
  {
  	color:Black;
  } 
   .logintd
 {
 	width:50%;
 	color:Black;
 }
  .tdheight
 {
 	height:50px;
 	width:550px;
 }
 
  .td1
  {
  	color: Black;
  }
  
  .td2
  {
  	width:300px;
  }
  .td3
  {
  	width:450px;
  }
 
  .red
  {
  	color:Red;
  }
  .tdhtwdth
  {
  	height:30px;
 	width:550px;
  }