/* my styles for Newhome */
/* Page */
html {
  font-family: Arial, Helvetica, Sans-Serif;
  margin-top: 0px;
  padding-top: 0px;
  }

body {
background-color: #DCDCDC;
  }

A:link {
 COLOR: #D4D9E9 /*The color of the link*/
}
A:visited {
 COLOR: #D4D9E9 /*The color of the visited link*/
}
A:hover {
 COLOR: green /*The color of the mouseover or 'hover' link*/
}
/* black-n-white link style */
A.bnw:link {
 COLOR: black
}
A.bnw:visited {
 COLOR: black
}
A.bnw:hover {
 COLOR: green 
}

a { text-decoration:none }
c {
color: #5bbce0;
font-family: arial;
text-align: center
   }

h1.center {
text-align: center;
color: #DCDCDC;
font-family: arial;
margin-top: 12px
   }
h1.black-white {
text-align: center;
color: black;
font-family: times;
background-color: white;
   }

table.one{
table-layout: automatic
   }

h2 {
background-color: transparent
   }

p {
background-color: rgb(250,0,255)
  }

td.gradient{
background: #32bf88 url(green-blue-gradient.jpg) repeat-x; 
/* background:  url(green-blue-gradient.jpg) repeat-x; */
width: 600px;
   }
div.one{
font-family: arial;
font-size: 23px;
color: #3399FF;
 margin-left: 7.5%; 
 margin-right: 7.5%;
text-align: center
       }

