A:link {
	color: black;
    font-weight: bold;
	text-decoration: none;
}

A:visited {
	color: black;
    font-weight: bold;
	text-decoration: none;
}

A:active {
	color: black;
    font-weight: bold;
	text-decoration: none;

}

A:hover {
	color: black;
	text-decoration: none;

}



P {
	font-size: 14px;
	font-family : Verdana;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}



div#main{
   float: left;
   width: 180px;
   height: 200px;
   background: #c5b1b1;
   border: 1px solid black;
   padding: 10px;
   text-align: center;

}

div#foursum{
   float: left;
   width: 120px;
   height: 120px;
   background: #ffffff;
   border: 0px solid black;
   padding: 20px;

}

div#dummy{
   float: left;
   width: 15px;
   background: white;

}

div#dummy2{
   float: left;
   width: 10px;
   background: white;

}

div#newline{
   float: right;
   width: 100%;
   background: white;

}

div#indexItem{
    width:250;
	pading:0px
	border-width: 0px;
	border-color: black;
	border-style: none;

}




