body {
	text-align: justify;
}
p {
	text-indent: 20px;
}
h1 {
	text-decoration: underline;
	color: 234567;
	font-size: 140%;
	text-align: center;
}
h2 {
	text-decoration: none;
	color: 234567;
	font-size: 120%;
	text-align: center;
}
h3 {
	text-decoration: none;
	color: #789ABC;
	font-size: 200%;
	text-align: center;
}
h4 {
	text-decoration: none;
	color: 234567;
	font-size: 100%;
	text-align: center;
}

a:link {
	color: #ABCDEF;
	text-decoration: none;
}
a:hover {
	color: #ABCDEF;
	text-decoration: underline;
}
a:active {
	color: #ABCDEF;
	text-decoration: underline;
}
a:visited {
	color: #ABCDEF;
	text-decoration: none;
}
a:visited:hover {
	color: #ABCDEF;
	text-decoration: underline;
}

div#name{ 
	margin-top: 1%;
	margin-bottom: 0;
	margin-left: 3%;
	margin-right: 3%;
	background-color: #234567;
}

f.rtop, f.rbottom{display:block;background: white}
f.rtop f, f.rbottom f{display:block; height: 1px;
    overflow: hidden; background: #234567;}
f.r1{margin: 0 5px}
f.r2{margin: 0 3px}
f.r3{margin: 0 2px}
f.rtop f.r4, f.rbottom f.r4{margin: 0 1px;height: 2px}

