@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
}

h1 {
	font-size: 35px;
	color: #FFF;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #F03;
	padding: 5px;
	text-align: center;
}

p {
	font-size: 22px;
	color: #000;
	font-weight: normal;
}

h2 {
	font-size: 24px;
	color: #FF0000;
	font-weight: normal;
}

.myBox {
	margin: 0px;
	border: 3px solid #0099FF;
	color: #4280FE;
	width: 98%;
	padding: 5px;
	text-align: left;
	background-color: #FFFFFF;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
	-moz-border-radius: 18px;
	font-size: 14px;
}

.myBox2 {
	margin: 0px;
	border: 2px solid #999999;
	color: #fff;
	width: 85%;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

h4 {
	font-size: 24px;
	color: #4380FF;
	font-weight: normal;
}
	
h5 {
	font-size: 24px;
	color: #F00;
	font-weight: normal;
}
	
h6 {
	font-size: 35px;
	color: #4280FF;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFF;
	padding: 5px;
	text-align: center;
}
	
