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


body 
{
	font-family: lithograph, helvetica;
	color: #000000;
	background-color: #FFFFFF;
	border-top-width: 20px;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	width: 600px;
}

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

h2  {
	font-size: 12px;
	position: relative;
	
}

h1  {
	font-size: 12px;

}

h3 {
	font-size: 12px;
	position: relative;

}
a:link {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none
}
a:active {
font-size: 12px;
	color: #FF0000;
	text-decoration: none
}
a:visited {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none
}
a:hover {
font-size: 12px;
	color: #FF0000;
	text-decoration: underline
}
}
.margintop {
	top: 30px;
}

