html, body {
	width: 100%;
	height: 100%;
	padding: 0px; 
	margin: 0px;
}

body {
	background-color: white;
}

h1 {
	margin: 0px 0px 0px 0px;
}

/* Основной шрифт */

* { 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
}

a, a:link, a:visited, a:active, a:focus {
	color: #2C2577;
}

a:hover {
	text-decoration: none;
}

/* Макетные таблицы */
.sections {position: absolute; top: 100; left: 250; visibility:hidden;}
table.layout { border-collapse: collapse; border: 0px; }
table.layout td, table.layout th { padding: 0px; margin: 0px; }



