body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #3c4147;
}
body, td {
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #454c52;
}
import TextField.StyleSheet;
var myStyle:StyleSheet = new StyleSheet();
myStyle.load("mystyles.css");
myStyle.onLoad = function(success:Boolean) {
newsLetterTop_txt.styleSheet = myStyle;
newsLetterTop_txt.html = true;
newsLetterTop_txt.text = "<heading>I would like to display my external text file here! How would I do that?</heading>";
}

a:link, a:visited {
	color: #607298;
	text-decoration: none;
}
a:active, a:hover {
	color: #90B566;
	text-decoration: underline;
}
h1 {
	color: #454c52;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 29px;
	font-weight: 600; 
}
h2 {
	color: #3a77aa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 23px;
	font-weight: normal;
}
h3 {
color: #454c52;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-weight: normal;
}

.pcglink {
	color: #A7A6AA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: plain;
	
}
img a {
	border: none;
}
form {
	margin: 0;
}
