html {
	background: pink fixed;
    color: black;
	font: Times New Roman;
	font-size: 14px;
	font-weight: regular;
	
}

a:Link, a:visited, a:Active {
	text-decoration: none;
    color: black;
}

a:hover {
	text-decoration: none;
    color: black;
}

img.ramka {
	border: 1px solid gray;
}
table {
	border-spacing: 0px 5px;
}
td {
	border:0px;
}
td.ramka {
	border: 1px solid gray;
}
