html {
	background: #83c018;
}
body {
	width: 100%;
	margin: 50px auto 2em;
	font-size: 76%;
	font-family: Arial, sans-serif;
	color: #273907;
	line-height: 1.5;
	text-align: center;
}
h1 {
	font-size: 3em;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
}
a {
	color: inherit;
}
code {
	font-size: 1.3em;
}
ul {
	list-style: none;
	padding: 2em 0;
}
ul li {
	display: inline;
	padding-right: 1em;
	text-transform: uppercase;
}
ul li a {
	padding: 0.5em 1em;
	background: #69ad0f;
	border: 1px solid #569f09;
	color: #fff;
	text-decoration: none;
}
ul li a:hover {
	background: #569f09;
}
.header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #98cc2b;
		background-image: url('images/r1_c3.png') repeat-x;
}
.copyright {
	font-size: 0.9em;
	text-transform: uppercase;
	color: #557d10;
}
.msg1, .msg2, .msg3 {
	font-weight: bold;
	font-size: 15px;
}
.msg1 {
	background-color: #e0e0e0;
	border-top: 2px solid #98CC2B;
	border-bottom: 2px solid #98CC2B;
	color: red;
	width: 100%;
	margin-bottom: 5px;
	padding: 5px 0 5px 0;
}
.msg2 {
	background-color: #e0e0e0;
	border-top: 2px solid #98CC2B;
	border-bottom: 2px solid #98CC2B;
	color: orange;
	width: 100%;
	margin-bottom: 5px;
	padding: 5px 0 5px 0;
}
.msg3 {
	background-color: #e0e0e0;
	border-top: 2px solid #98CC2B;
	border-bottom: 2px solid #98CC2B;
	color: #71D54D;
	width: 100%;
	margin-bottom: 5px;
	padding: 5px 0 5px 0;
}

.skype{
  color:red;
}

