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

body {
font-family:Tahoma;
font-size:10pt;
color:#ffffff;
background-color:#340001;
text-align:center;
}

.Style1 {font-size: 10pt}

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