a:link{
	color: blue;
	text-decoration: underline;
}

a:visited{
	color: blue;
	text-decoration: underline;
}

a:active{
	color: #EE402D;
	text-decoration: none;
}

a:hover{
	color: #EE402D;
	text-decoration: none;
}

img{
	border-style: none;
}

table{
	border-spacing: 10;
	padding: 0;
}

tr{
	padding: 0;
}

td{
	padding: 0;
	font-size: 12px;
	font-family: arial;
	color:black;
}

td.address{
	padding: 0;
	font-size: 14px;
	font-family: arial;
	color:black;
}

td.phone{
	padding: 0;
	font-size: 12px;
	font-family: arial;
	color:black;
}

td.maintext{
	padding: 0;
	font-size: 15px;
	font-family: arial;
	color:black;
}

 td.screencell{
	border: 1px dotted gray;
	padding:5;
}

a.namelink:link{
	font-size:14px;
	font-family: arial;
	color: blue;
	text-decoration: underline;
}a.namelink:visited{
	font-size:14px;
	font-family: arial;
	color: blue;
	text-decoration: underline;
}a.namelink:active{
	font-size:14px;
	font-family: arial;
	color: black;
	text-decoration: none;
}a.namelink:hover{
	font-size:14px;
	font-family: arial;
	color: black;
	text-decoration: none;

}