/* CSS Document */

th.zagolovok{
	font-size: 24pt;
	font-family: "Comic Sans MS", cursive;
}
td.text{
	font-size: 18pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: rgb(139, 23, 68);
}
th.menu_summer{
	font-size:21pt;
	font-family: "Comic Sans MS", cursive;
	font-weight:normal;
}
th.menu_winter{
	font-size:21pt;
	font-family: "Comic Sans MS", cursive;
	font-weight:normal;
}
	
body{background: #0CF; 
}
a.summer{
	color:#F60;
}
a.winter{
	color:#009;
}
a.summer:visited{
	color:#F60;
}
a.winter:visited{
	color:#009;
}

	

