﻿@media all
{
	html
	{	   
	    background: #99cccc;
	}
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
	body 
	{ 
		background-attachment: fixed;
		/*background-image: url(images/gradient-bg.png);*/
		background-repeat: repeat-x;
		background-color: #99cccc;
		/*background-color: #7fd1dd;*/
		font-family: Georgia,Verdana,Helvetica;
		font-size: 75%;
		height: 2000px;
	}	
	fieldset,img{border:0;}	
	li{list-style:none;}	
	input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
	input,textarea,select{font-size:100%;}
	legend{color:#000;}
	a
	{
		color: #069ebc;
	}
	a:hover
	{
		color: #ef2487;
	}
	a:hover
	{
		color: #09f;
	}

}


