@charset "Windows-1257";
/* CSS Document */
body {background-image:url(bg.jpg)}
h1 
{
	font-family:Monotype Corsiva;
	font-size:36px;
	font-weight:bold;
	letter-spacing:15px;
	color:#FF0;
}
h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px
}
p
{
	font-family:"Times New Roman", Times, serif;
	color:#FFF;

}
ul.square 
{
	list-style-type:square;
	color:#FFF;
}
ol.upper-roman 
{
	list-style-type:upper-roman;
	color:#FFF;
}
ol.decimal 
{
	list-style-type:decimal;
	color:#FFF;
}
a:link 
{
	color:#FF0
}
a:visited 
{
	color:#FF0
}