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

h1 {
	color: #999999;
	font-size: 16px;
	text-align:center
}

h2 {
	font-size: 11px;
	color: #000000;
}

.style1 {
	font-size: 12px;
	font-style: italic;
	color: #990000;
}

.style3 {
	color: #990000;
	font-style: italic;
}

.style4 {
	font-size: 9px
}

a {
	font-size: 11px;
	color: #990000;
	font-weight: bold;
}
a:visited {
	color: #990000;
}


a:focus {
    outline: none;
}
