﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFCC66;
}
h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 5px;
	font-weight: bolder;
	margin-left: 50px;
	background-color: #FFCC99;
	letter-spacing: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FF6600;
}
.main
{
	padding: 20px;
	margin: 20px;
	border: 1px solid #000000;
	width: 600px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	background-image: url('bg.jpg');
	background-repeat: no-repeat;
}
.pie
{
	padding: 15px;
	margin: 15px;
	color: #333333;
	text-align: center;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #999999;
	font-size: 12px;
}
li, p
{
	text-align: justify;
	margin-left: 120px;
	margin-right: 60px;
	line-height: 20px;
}
li, p
{
	text-align: justify;
	margin-left: 120px;
	margin-right: 60px;
	line-height: 20px;
}
a
{
	color: #CC6600;
	text-decoration: underline;
}

