@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align: justify;
}

.h1 {
	font-size:13px;
	font-weight:bold;
	color:#006;
}

.text1 {
	text-align:justify;
}

a:link {
	color: #00F;
}
a:visited {
	color: #00F;
}
a:hover {
	color: #F00;
}
a:active {
	color: #00F;
}