a:link { 
color : rgb(204, 0, 0);
text-decoration : none;
} 
a:visited { 
color : rgb(204, 0, 0);
text-decoration : none;
} 
a:active { 
color : rgb(0, 0, 204);
} 
a:hover { 
color : rgb(0, 0, 204);
text-decoration : underline;
} 
body { 
font-family : Bookman Old Style, Times New Roman, Times;
background : url('../images/bg01.jpg') repeat;
color : rgb(64, 68, 71);
} 
table { 
background : url('../images/bg02.jpg') repeat;
} 
table.contact { 
background : url('../images/bg02.jpg') repeat;
} 
td.services { 
background : url('../images/bg02.jpg') repeat;
} 
h1, h2, h3, h4, h5, h6 { 
font-family : Bookman Old Style, Times New Roman, Times;
} 
h1 { 
color : rgb(51, 51, 204);
} 
h2 { 
color : rgb(0, 153, 51);
} 
h3 { 
color : rgb(204, 51, 51);
} 
h4 { 
color : rgb(94, 85, 85);
} 
h5 { 
color : rgb(0, 153, 51);
} 
h6 { 
color : rgb(204, 51, 51);
}