

body {
background-color: #DFDFFF;
	background-image: url();
	background-repeat: no-repeat;
margin: 0px;
padding: 0px;
}


/* Header Tags*/

h1{
font-family: Arial, Helvetica, sans-serif;

font-size:small;
font-weight:bold;
text-align:center;
color: #000000;
}

h2{
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
color: #000000;
}

/*Body Text*/

body, td, th, p {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
	
    }

/* Styles*/

.style1 {
	font-size: large
}
.thankyou
{
font-size:x-large;
font-weight:bold;
text-align:center;
}

.subscribe
{
font-weight:bold;
font-size:10px;
}
.check
{
font-size:medium;
font-weight:bold;
text-align:center;
}

.whitelist
{
font-size:small;
font-weight:bold;
text-align:center;
}

.guarantee
{
font-size:10px;
font-weight:bold;
text-align:center;
}

/* Horizontal Menu*/

.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: black;
background-color: #FDEDE0;
border: 2px solid #FDEDE0;
}

.hovermenu ul li a:hover{
background-color: #FDEDE0;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
