
#outline h1{
	font-size:20px;
	line-height:120%;
	font-weight:bold;
	margin:5px;
	text-align:center;
}
#outline h2{
	font-size:14px;
	line-height:120%;
	font-weight:bold;
	color:gray;
	margin:5px;
	text-align:center;
}
#outline h3{
	font-size:14px;
	line-height:120%;
	font-weight:normal;
	margin:5px;
}
#outline table{
	font-size:12px;
	line-height:120%;
	border:1px solid gray;
	border-collapse: collapse;
}
#outline th{
	border-right:1px solid gray;
	border-bottom:1px solid gray;
	padding:3px;
	background-color: #ccccff;
}
#outline td{
	border-right:1px solid gray;
	border-bottom:1px solid gray;
	padding:3px;
}
#outline{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#center{
	text-align:center;
}
#right{
	float:right;
	margin-left:10px;
}
#left{
	float:left;
	margin-right:10px;
}
#text-right{
	text-align:right;
}
#red{
	color:red;
	text-align:center;
}
#box{
	border:1px solid gray;
	padding:10px;
}
