@charset "UTF-8";
/* CSS Document */


body 
{
	font-family: "Helvetica";
	color: #000;
	background-color: #FFFEFB;
	border-top-width: 20px;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	width: 600px;
}

p  {
	font-size: 11px;
	line-height: 1.4;
}

h2  {
	font-size: 11px;
	position: relative;
	top: 2px
}

h1  {
	font-size: 11px;
	margin-top: 40px
}

h3 {
	font-size: 11px;
	position: relative;
	top: 4px;
	margin-top: 20px;
}
a:link { color: red; text-decoration: none }
a:active { color: red; text-decoration: none }
a:visited { color: red; text-decoration: none }
a:hover {
	color: red;
	text-decoration: underline
}
}
.margintop {
	top: 30px;
}
