@charset "utf-8";
/* CSS Document */
 bodyy{
	/* Setting default text color. background and a font stack */
	font-size:12px;
	background: #fff;
	font-family:"century Gothic";
}
.b. .c. .d. .e{ display:none;}

#bodyy em{ font-style:normal; font-size:36px;}
.buttons{
	border-bottom:solid #210376 4px;
	display:block;
	padding:8px;
	width:100px;
	-moz-border-radius: 1em 4em 1em 4em;
	border-radius: 1em 4em 1em 4em;
	text-align:center;
	margin:1px;
	background:#003b6d;
	text-decoration:none;
	color:#FFF;
	float:left;
	font-family:"Century Gothic";
	font-size:14px
}
 
.buttonHover{
	background:#84add9;
	border-bottom:solid #FF0000 4px;
}

a.buttons:hover{
	background:#84add9;
	border-bottom:solid #FF0000 4px;
}

#bodyy {
	background:#eeeeee;
	text-align:justify;
	overflow:hidden;
	color:#000;
	padding:20px;
	-moz-border-radius: 1em 4em 1em 4em;
	border-radius: 1em 4em 1em 4em;
	height:auto;
	width:550px;
}
 
#wrap{
	text-align:left;
	overflow:hidden;
	width:750px;
	height:auto;
}
