p.hide_text {text-indent:-2000px; line-height:0; height:0; overflow:hidden;}

::-moz-selection{
	background:#FF3366;
	color:#fff;
}
::selection {
	background:#FF3366;
	color:#fff;
}

.inner{border:0px}

.copy {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	line-height: 140%;
	color: #48000F;
	text-decoration: none;
	margin-top: 16px;
	margin-left: 15px;
}

a:link {
	font-style: normal;
	color: #359EFF;
	text-decoration: none;
	background-color: #7FFFBC;
}
a:visited {
	color: #359EFF;
	text-decoration: none;
	background-color: #7FFFBC;
}
a:hover {
	font-style: normal;
	color: #7FFFBC;
	background-color: #359EFF;
}


  * html
    {
    overflow-y: hidden;
    overflow-x: hidden;
    }
  * html body
    {
    overflow-y: auto;
    overflow-x: auto;
    height: 100%;
    width:100%;
    padding: 0;
    font-size: 100%;
    }

a:link.contact {
	font-style: normal;
	color: #FFF;
	text-decoration: none;
	background-color:#359EFF;
}
a:visited.contact {
	color: #FFF;
	text-decoration: none;
	background-color: #359EFF;
}
a:hover.contact {
	font-style: normal;
	color: #FFF;
	background-color: #ed18FF;
}
