@charset "utf-8";
/* CSS Document */

body{text-align:center;}
p{
	line-height:120%;
	}
	
.style6 {	font-size: 18.0pt;
	color: blue;
}

.style9 {background-color: #FF3366}

.style19 {font-size:90%; color: #545252; }

h1{
	font-size:210%;
	color:red;
	}
	
.b{
	font-size:150%;
	color:#00F;
	font-weight:bold;
}

.r{
	font-size:150%;
	color:#F00;
	font-weight:bold;
}
.r2{
	font-size:100%;
	color:#F00;
	font-weight:bold;
}

.f{
	width:450px;
	background:#FFC;
	margin:10px;
	padding:8px;
}

.w{
	color:#FFF;
	font-weight:bold;}
