@charset "windows-1251";
BODY {
	font-family: arial;
font-size: 16px;
color: black;
margin-left: 1px;
margin-top: 1px;
}

FORM{
padding: 0px;
margin: 0px;

}
SELECT{
	font-family: arial;
	font-size: 12px;
}
OPTION {
	font-family: arial;
font-size: 12px;
color: green;
}
H1{
	font-family: "Brush Script","Monotype Corsiva","Comic Sans MS", Arial,Helvetica, sans-serif;
	font-size: 48px;
}
a.menu
{
text-decoration: none;
font-family: tahoma;
font-size: 12px;
font-weight: bold;
color: white;
}
a.menu:hover
{
text-decoration: underline;
font-family: tahoma;
font-size: 12px;
font-weight: bold;
color: white;
}
a.menu:visited
{
font-family: tahoma;
font-size: 12px;
font-weight: bold;
color: white;
}
a.more
{
color: #FF0000;
text-decoration: none;
font-family: tahoma;
font-size: 11px;
font-weight: bold;
}
a.more:visited
{
color: #FF0000;
font-family: tahoma;
font-size: 11px;
font-weight: bold;
}
a.more:hover
{
color: #FF0000;
font-family: tahoma;
text-decoration: underline;
font-size: 11px;
font-weight: bold;
}
a.footer
{
color: #585858;
text-decoration: none;
font-family: tahoma;
font-size: 12px;
font-weight: bold;
}
a.footer:visited
{
color: #585858;
font-family: tahoma;
font-size: 12px;
font-weight: bold;
}
a.footer:hover
{
color: #585858;
text-decoration: underline;
font-family: tahoma;
font-size: 12px;
font-weight: bold;
}
a.metamorph
{
color: #6D6D6D;
text-decoration: none;
font-family: tahoma;
font-size: 11px;
font-weight: normal;
}
a.metamorph:visited
{
color: #6D6D6D;
font-family: tahoma;
font-size: 11px;
font-weight: normal;
}
a.metamorph:hover
{
color: #6D6D6D;
text-decoration: underline;
font-family: tahoma;
font-size: 11px;
font-weight: normal;
}
.brush
{
        font-family: "Brush Script","Monotype Corsiva","Comic Sans MS", Arial,Helvetica, sans-serif;
        font-size: 32px;
        font-variant: normal;

}
.impact
{
        font-family: "Impact", Arial,Helvetica, sans-serif;
        font-size: 32px;
        font-variant: normal;
        color: red;

}
.redtext{
	color: red;
	font-weight: bold;
}
.blacktext{
	color: black;
	font-weight: bold;
}
.blacktwelve{
	font-family: arial;
font-size: 12px;
color: black;
}