@charset "utf-8";
/* CSS Document */

html,body {
  	height:100%;
	margin:20px;
	padding:0px;
	background-color:rgb(191,255,181);
}


a:link img {
border:hidden;
text-decoration:none;

	
}

a:visited img {
border:hidden;
text-decoration:none;
	
}

a:active img {
border:hidden;
text-decoration:none;
	
}

a:hover img {
border:hidden;
text-decoration:none;
	
}

.header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:27px;
	color:#FFF;
}

.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000;
	font-weight:bold;
}

.attention {
font-family: Verdana;
font-size: 16px;
color: red;
}