.style1 {color: #FFFFFF}

.Title {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana;
	font-size: 14px;
}

.Subtitle {
	color: #FFFFFF; 
	font-weight: bold; 
	font-family: Verdana; 
	font-size: 12px; 
}

.Text {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
}

a:link {
	color: #FBAD40;
	text-decoration: none;
}
a:visited {
	color: #FBAD40;
	text-decoration: none;
}
a:hover {
	color: #FECC91;
	text-decoration: none;
}
a:active {
	color: #FBAD40;
	text-decoration: none;
}
body {
	margin-left: 1px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
}