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

.textbox	{background-color:#ffc7b5;
		color:#000000;
                position:absolute;
		left:160px;
		top: 0px;}
			
a{color:#485d91; text-decoration:underline;}
a:link{color:#485d91;background:none;}
a:visited{color:#637177;background:none;}
a:hover{color:#485d91;background:#daffce;text-decoration:underline;}
a:visited:hover{color:#637177;background:#fffece;}

.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;}
.center {text-align:center;}

h1	{color:#661b00;
	text-align: center;}

h2	{color:#5b0d00;
	 background-color:#ffdf63;
	padding:3px;}


