
/* this is supposed to be comment */

div.everything
{
 background:#ddffdd;
# border:medium double black;
}

div.top
{
 display:block;
 clear:both;
 background:white;
 border:medium double black;
}

div.left
{
 float:left;
 background:#bbffbb;
 width:25%;
 border:medium double black;
 padding: 3px;
 margin: 0 0 0 0;
}

div.right
{
 float;right;
 display:block;
 background:#99ffff;
 border:medium double black;
 padding: 3px;
margin: 0 0 0 27%;
}

div.bottom
{
 display:block;
 clear:both;
 background:#eeeeee;
 border:medium double black;
 padding: 2px;
}

div.parahead1
{
 color:blue;
}

div.parahead2
{
 color:blue;
 font-weight:bold;
}

div.autoscroll{
 overflow:auto;
}

div.text-middle
{
text-align:center;
}

div.indent1 {
position:relative;
left:1cm;
}

div.address {
display:block;
clear:both;
position:relative;
/* background:silver; */
margin-left:5%;
margin-right:5%;
}

img.picright 
{
float:right;
}

img.picleft
{
float:left;
}

a:hover
{ 
 color:red
}
