/*------------------------------------------------------------------------
 ÜLDISED PARAMEETRID
------------------------------------------------------------------------*/

body {
background: #fff;
font: 100% Verdana, Arial, Helvetica, sans-serif;
margin:10px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
text-align:center; /* Hack for IE5/Win */
}





#Content {
	background: #fff;
	width:600px;
	height:600;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	}
	
/* Igaks juhuks, muidu brauserid vőivad unustada... */
pre { font-family: monospace; }
h1,h2,h3,h4,h5,p,ul { font-family: verdana; }




.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
}
.style2 {color: #CC3300}