body
	{
	background-color: #eeeeee;
	color: #444488;
	font-size:15px;
	font-family: arial, helvetica, sans-serif
	}

body.in
	{
	margin: 0px;
	background-color: #eeeeee;
	color: #444488;
	font-size:14px;
	font-family: arial, helvetica, sans-serif;
	}

h1, h2
	{
	text-align: center;
	}

img
	{
	margin-left: auto;
	margin-right: auto;	
	border: 0px;
	}

span
	{
	font-size:30px;
	color:#00aa00;
	}

a.aa:link, a.aa:visited, a.aa:active
	{
	margin: 20px;
	font-size: 20pt;
	color: silver;
	text-decoration: none;
	font-weight:900;
	font-style: italic;
	}

a.aa:hover
	{
	color: #aabbee;
	}	

.layer1
	{
	background-color: #ff0000;
	position: absolute;
	top: 100px;
	left: 200px;
	}

a:link,a:visited
	{
	color:gray;
	text-decoration: none;
	}

a:hover
	{
	color:#ff5555;
	text-decoration:underline;
	}

a:active
	{
	font-weight:900;
	}

.img
	{
	border: 0px;
	max-width: 40%;
	height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
	}

.img1
	{
	border: 0px;
	max-width: 100%;
	height: auto;
	}

.i1
	{
	position: relative;
	top: 2px;
	vertical-align: middle;
	}

.i2
	{
	position: relative;
	top: 35px;
	right:20px;
	}

.i3
	{
	max-width: 150px;
	max-height: 150px;
	}

.hh
	{
	margin: 50px;
	text-align: center;
	}
	

.div1
	{
	margin: 20px 0px 20px 0px;
	padding: 3px;
	border: 1px solid #7799aa;
	border-bottom: 1px solid silver;
	background-color: #f9ffff;
	}
	
.div2
	{
	background-color: white;
	width: 200px;
	height: 200px;
	border: 1px solid #7799aa;
	float:left;
	}

.div3
{
	height: 300px;
	background-color: #ffffff;
	border: 1px solid #7799aa;
	padding: 3px;
	float: left;
	text-align: left;
}
	
.ifr1
{
	width: 100%;
	height: 50px;
	border: 0;
	
}

.ifr4
{
margin: 0px;
border: 0px;
width: 100%;
height: 10px;
}