@import url(menu_style.css);

body {
		margin: 0px;
		background-color: #000624;
		color: black;
		}
		
a:link {
		color: #0080FF;
		}
		
a:visited {
		color: #0080FF;
		}

a:hover {
		color: red;
		}

a:active {
		color: #0080FF;
		}

p {

		color: #000000;
		font-family: arial;
		font-size: 12pt;
		text-indent: 20px;
		}

td {

		color: #000000;
		font-family: arial;
		font-size: 10pt;
		}

h1 {
		color: #cc0000;
		text-align: center;
		font-family: tahoma;
		font-size: 20pt;
		}

h1.presell {
		color: #000;
		text-align: left;
		font-family: arial;
		font-size: 12pt;
		font-weight: normal;
		}

h2 {
		color: #23238E;
		text-align: center;
		font-family: tahoma;
		font-size: 18pt;
		}

.signupframeQQQ {
  		border: 1px solid #000000;
  		background: #ffffff;
  		color: #226699;
  		font-family: Arial, Helvetica, sans-serif;
}