td {
	font-family: sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #3A3A3A;
};

p {
	font-family: sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: Black;
};

body {
	font-family: sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: Black;
};

div {
	font-family: sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: Black;
};



a {text-decoration:underline;color:orange;};
a:link {
	text-decoration: underline;
	color: orange;
};
a:hover {text-decoration:underline;color:orange;};
a:visited {text-decoration:underline;color:oorange;};
a:visited:hover {text-decoration:underline;color:orange;};

.text-rusroads  {
	font-family: sans-serif,times;
	font-size: 11px;
	color: Maroon;
	text-align: justify;
	text-justify: distribute;
}

.small { font-family:sans-serif; font-size: 2px; text-decoration:none; color:dimgray;};
