 body {
 	margin: 0px;
 }

 td {
 	font-family: Arial;
 	font-size:12px;
 	color: #606060;
 }

 a {
 	color: #a05050;
 	text-decoration: none;
 }

 a:hover {
 	text-decoration: underline;
 }

 a:visited {
 	color: #606060;
 }

 h1 {
 	font-weight: normal;
 	font-size:28px; 
 }

 h2 {
 	font-weight: normal;
 	font-size: 20;
 }

 .block_name {
 	font-weight: bold;
 	font-size: 13px;
 }

 .basket_table {
 	background-color: #8c8c8c;
 }

 .basket_table_header {
 	background-color: #fff2f2;
 }

 .basket_tr {
 	background-color: #ffffff;
 }

 .model_table {
 	background-color: #8c8c8c;
 }

 .model_tr {
 	background-color: #fff2f2;
 }