.adress {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : Black;
}
A:LINK.adr,A:VISITED.adr {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : Black;
	text-decoration : none;
}
A:HOVER.adr {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : Red;
	text-decoration : none;
}
A:LINK.menu,A:VISITED.menu {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : Black;
	font-weight : bold;
	text-decoration : none;
}
A:HOVER.menu {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : Red;
	font-weight : bold;
	text-decoration : none;	
}
.content {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : Black;
	text-decoration : none;
	font-weight : normal;
}
.title {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : Red;
	text-decoration : none;
	font-weight : normal;
}
.firstsite {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24px;
	color : Red;
	text-decoration : none;
	font-weight : normal;
}
.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : Red;
	text-decoration : none;
	font-weight : normal;
}
