body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	padding: 0px;
	list-style: circle outside;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FEFF7F;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left top;
	background-image: url(../_img/flat_concrete.jpg);
}
a {
	color: #74C728;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #74C728;
	text-decoration: underline;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #F57C1C;
	font-weight: bold;
	text-transform: capitalize;
	vertical-align: middle;
}
.footer {
	color: #000000;
	font-size: small;
}
.footer_link {
	color: #74C728;
}
.footer_link:hover {
	color: #000000;
}
.footer:visited {
	color: #74C728;
}

.error {
	font-size: 14px;
	font-weight: bold; 
	color: #FF0000; 
	text-decoration: none;
}
.boton {
	background-color: #FF0000; 
	border-color: #FF9933 #FF9933 #75A68E #75A68E; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	text-transform: none; 
	color: #FFFFFF; 
	font-size: 8pt; 
	border: thin outset; 
	line-height: 14px; 
	font-variant: normal
}
.boton:active{
	background-color: #9E1120; 
	color: #FFFFFF; 
	border: thin inset;
}
.boxed_pictures {
	border: thick solid #74C728;	
}
.chalkboard{
	background-attachment: scroll;
	background-image: url(../_img/chalkboard.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 10px;
	padding: 10px;
	font-family: "Lucida Calligraphy", "Freestyle Script", "Bradley Hand ITC", "Brush Script Std", "Informal Roman";
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.bambu{
	background-attachment: scroll;
	background-image: url(../_img/bambu_border.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
