body {
	margin: 0px;
	color: #333333;
	background-color: #cccc99;
}

a { color: #000066; text-decoration: none; }
a:visited { color: #666600; }
a:hover { color: #6666cc; text-decoration: underline; }

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

p.par-01 {
	margin: 0px 0px 1px;
}
p.par-03 {
	margin: 0px 0px 3px;
}
p.par-05 {
	margin: 0px 0px 5px;
}
p.par-10 {
	margin: 0px 0px 10px;
}
p.par-25 {
	margin: 0px 0px 25px;
}
p.par-35 {
	margin: 0px 0px 35px;
}
p.par-40 {
	margin: 0px 0px 40px;
}


/* ......... text ......... */

.text-12 {
	font-size : 12px;
	line-height: 1em;
}
.text-14 {
	font-size : 14px;
}
.text-16 {
	font-size : 16px;
}
.text-18 {
	font-size : 18px;
}
.text-666 {
	color: #666666;
}
.text-1em {
	line-height: 1.1em;
}
.text-000 {
	color: #000000;
}
.text-ccc {
	color: #cccccc;
}


