/* CSS Document */
.button h3 {
	font-size: 20px;
	line-height: 20px;
	font-family: helvetica, sans-serif;
	margin-top: 5px;
}

.button {
 
	/*обычные свойства*/
	width: 250px;  height: 50px;  color: white; background-color: #99CF00;
	text-align: center;  font-size: 30px;  line-height: 50px;
 
 
	/*градиент*/
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff0006), to(#f6b2b3));
	background: -moz-linear-gradient(19% 75% 90deg,#6DB700, #99CF00);
 
	/*границы*/
	border-left: solid 1px #c3f83a;
	border-top: solid 1px #c3f83a;
	border-right: solid 1px #82a528;
	border-bottom: solid 1px #58701b;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-gradient(linear, 0% 0%, 0% 100%, from(#99CF00), to(#6DB700));
 
}
 

 
.button p {
	font-size: 12px;
	line-height: 4px;
	font-family: helvetica, sans-serif;
}
 
a {
	text-decoration: none;
	color: fff;
}
 
.button:hover {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6DB700), to(#99CF00));
	background: -moz-linear-gradient(19% 75% 90deg,#99CF00, #6DB700);
}

body {
font-family: "Century Gothic";
font-size:11pt;
font-weight:700;
background: url('bg.jpg') no-repeat;
background-color:black;
}
p {
font-size:11pt;
text-align:justify;
color:#584944;
}
h1 {
font-size:13pt;
color:#970E00;
text-align: center;


}

.ssyl 
{font-family:Arial !important;
font-weight:bold !important;
color:#000000 !important;
font-size:21px !important; 
background-color:#ebf082 !important;}

h2 {
font-size:13pt;
color:#663300;
text-align: center;

}
p.joke {
font-size:11pt;
color:#663300;
text-align: justify;

}
#joke {
font-size:11pt;
color:#663300;
text-align: left;

}
#slogan {
font-size:11pt;
text-align: center;


}
.comment {
font-size:11pt;
}
li {
font-size:11pt;
color:#663300;
font-weight:700;
margin-left:10px;
margin-top:2px;
margin-bottom:0px

}
ul {
margin-top:0px;
margin-bottom:px;
}
#list {
font-size:11pt;
color:#990000;
text-align:left;

}
#list2 {
font-size:11pt;

text-align:left;


}
#list3 {
font-size:11pt;
color:#990000;
text-align:left;


}
a:link {color: #663300; font-size: 11pt; text-decoration:none;}
a:visited { color: #663300; font-size: 11pt; text-decoration:none;}
a:active { color: #663300; font-size: 11pt; text-decoration:underline;}
a:hover { color: #663300; font-size: 11pt; text-decoration:underline;}
