.FAQ {
	width: 80%;
	margin-left: 80px;
}
a:link {
	color: Blue;
} 

a:visited{
	color: Blue;
}

.HeaderMenu {
	font-family: Georgia;
	font-size: 14px;
	font-weight:700;
	background-color: #FFFFFF;
}

.HeaderMenu a:link {
  color: #000000; 
  text-decoration: none; 
  background: #FFFFFF;
}/*normal links in the text*/
  
.HeaderMenu a:visited {
  color: #000000; 
  text-decoration: none; 
  background: #FFFFFF;
}

.HeaderMenu a:hover {
	/*this effect is not shown in NN4.xx*/
	color: #FFFFFF;
	text-decoration: none;
	background: #0000FF;
	font-weight:900;
	font-style: italic;
}

.HeaderMenu a:active {/*colour in NN4.xx is red*/ 
	color: #9999CC; 
	text-decoration: none; 
	background: #FFFFFF;
	font-weight:600;
 	font-style: none;
 }

.FooterMenu {
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight:500;
}

.FooterMenu a:link {
  color: #000000; 
  text-decoration: underline; 
}
  
.FooterMenu a:visited {
  color: #000000; 
  text-decoration: underline; 
}

.FooterMenu a:hover {
	/*this effect is not shown in NN4.xx*/
	color: #FFFFFF;
	text-decoration: none;
	background: #0000FF;
	font-weight:900;
	font-style: italic;
}

.FooterMenu a:active {/*colour in NN4.xx is red*/ 
	color: #9999CC; 
	text-decoration: none; 
	background: #FFFFFF;
	font-weight:600;
 	font-style: none;
 }

.footer {
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: normal;
}

.Header {
	background-color: #FFFFFF;
	font-family: Georgia, serif;
	font-size: 14px;
}

.AlertMainText {
	font-size: 16px;
	background-color: White;
	font-weight: bold;
	border: medium double #FF0000;
}

.alertHeader {
	font-size: 40px;
	font-weight: bolder;
	color: #FF0000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 60px;
}

.Header1 {
	font-family: Georgia, serif;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

.Header2 {
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.Header3 {
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: bold;
}

.BlueNote {
	font-family: Georgia, serif;
	font-size: 20px;
	text-align: center;
	color: #0000FF;
	font-weight: 700;
}

.ProductList {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: 400;
	background-color: White;
}

.ProductName {
	font-family: Georgia, serif;
	font-size: 22px;
	font-weight: 900;
}

body {
	background-color: #ECECEC;
	font-family: Georgia, serif;
}

textarea {
	font-family: Georgia, serif;
}


.Draft {
	font-family:Georgia, serif;
	font-size:42px;
	background-color:#FFFF00;
	text-align:center;
	font-weight:900;
	color: #FF0000;
}

.MainText {
	font-family:Georgia, serif;
	font-size:12px;
}

.Screenloc {
	left: 300px;
	top: 20px;
	position: relative;
}

.SLMenu {
	position: relative;
	top: -30px;
	left: -200px;
	width: 200px;
	font-family:Georgia, serif;
	font-size:12px;
}

.Disclaimer {
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	color: #FF0000;
}

.WSMenu {
	font-family:Georgia, serif;
	font-size:12px;
}

.SpamAlert {
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #FF0000;
	text-align: center;
}

.ProductHeader {
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}

.ListHeader
 {
	font-family: Georgia, serif;
	font-size: 14;
	font-weight: 900;
} 

.PaymentHeader
 {
	font-family: Georgia, serif;
	font-size: 12;
	font-weight: 600;
	text-align: center;
} 

.Description
{
	font-family: Georgia, serif;
	font-size:16px;
}