body	{background-color:#ccccff;}
	
.indexbox     	{color:#000000;
		width: 180px;
		position: absolute;
		left: 0px;
		top: 0px;
		text-indent:0;}

.textbox	{background-color:#ddddff;
		color:#000000;
		background-image:url(ad.png);
		background-position:95% 100%;
		background-repeat: no-repeat;
		background-attachment: fixed;
		position:absolute;
		left:190px;
		top: 0px;}
			
a{color:#474747; text-decoration:underline;}
a:link{color:#474747;background:none;}
a:visited{color:#5b5b5b;background:none;}
a:hover{color:#191919;background:#9ed6ff;text-decoration:underline;}
a:visited:hover{color:#5b5b5b;background:#ffdd7a;}

.large {font-size:x-large;}

.2px {margin-left:2px;
      margin-right:2px;}	

p 	{text-indent:1em;
         margin-left:10px; 
	 margin-right:10px;}

img{padding:10px;}

.left 	{float:left;}
.right	{float:right;}
.clear-left {clear:left;}
.clear-right{clear:right;}

h2	{color:white;
	 background-color:#008888;
	padding:3px;}

