body {
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 0px;
	margin: 10px;
}

.Main_title {
	font-size: 30px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.sub_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
}
.text_italic {
	font-style: italic;
	color: #0000CC;
}

.sub_title_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
.red_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
#container {
-moz-border-radius:226px 226px 226px 226px;
-webkit-border-radius:226px 226px 226px 226px;
border:4px solid white;
margin:auto;
width:1000px;
background-color:#41A9FF;
}
