body {
	background-color: #000000;
	margin: 0px;
}

table {
	background-color: White;
	
}

td.content {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 85%;
	padding-left: 20px;
	padding-right: 20px;
}

td.rcolumn {
	padding-left: 5px;
	padding-right: 5px;
}

td.coyright{
	font-size: xx-small;
	color: Silver;
	background-color: #E9E9E9;
}

h1 {
    font-family: "Times New Roman", Times, serif;
	font-size: 35px;
	font-weight: bold;
	color: Green;
}

h2 {
	font-size: 26px;
	font-weight: bold;
	color: #4682B4;
}
h3 {
	font-size: 20px;
	font-weight: bold;
	color: Navy;
	margin: 0px;
}

td.contentboxes {
	
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 16px;
	
}
ul.service {
	 list-style: disc;
	 color: #46A702
	 
}

div.click {
	color: #CEC0EF;
	font-size: 13px;
}


a.class1:link {text-decoration: none; color: silver;}
a.class1:visited {text-decoration: none; color: silver;}
a.class1:active {text-decoration: none;}
a.class1:hover {text-decoration: underline; color: red;}






