A
{
	color: #000088;
	font-size: 16px;
}
A:visited
{
	color: #000044;
    TEXT-DECORATION: none;
}
A:link
{
	color: #000088;
    TEXT-DECORATION: none
}
A:hover
{
	color: #000088;
    TEXT-DECORATION: underline;
}

A.thumb
{
  border-top: 1 solid #999999; border-left: 1 solid #999999;
  border-bottom: 1 solid #999999; border-right: 1 solid #999999;
}
A.thumb:visited
{
  border-top: 1 solid #000000; border-left: 1 solid #000000;
  border-bottom: 1 solid #000000; border-right: 1 solid #000000;
}
A.thumb:link
{
  border-top: 1 solid #999999; border-left: 1 solid #999999;
  border-bottom: 1 solid #999999; border-right: 1 solid #999999;
}
A.thumb:hover
{
  border-top: 1 solid #000000; border-left: 1 solid #000000;
  border-bottom: 1 solid #000000; border-right: 1 solid #000000;
}

img
{
	border:1 solid #ffffff;
}
body
{
	text-align:center;
	background-color: #ffffff;
}
h1
{
	font-style:italic;
	font-weight:bold;
	color: #444444;
	line-height: 35px;
}
h2
{
	color: #444444;
}
li
{
    margin-top:10px;
}


#adContainerLeft 
{
    clear:left; 
    float:left; 
    padding:5px;
    margin-top:50px;
    width:130px;
}

/**** For Amazon search box ********************/
body
{
    margin:0;
    padding:0;
    font-family:'Verdana', sans-serif;
    font-size:10px;
}


a img
{
    border:none;
}


div#outer
{
/* 1px border means content area must be
        2px smaller than total size */
    width:118px;
    height:88px;
    border:1px solid #000000;
    background-color:#ffffff;
    margin:0;
    padding:0;
    position:relative;
}


div#logo
{
    position:absolute;
    bottom:0;
    background-color:#000000;
    width:118px;
    height:36px;
    padding:0 0;
    border:none;
    text-align:center;
    overflow:hidden;
}


div#logo a
{
    color:#ffffff;
    position:relative;
    left:-3px;
}


form
{
    margin:0;
    padding:0 5px;
    white-space:nowrap;
}


form p
{
    margin:5px 0;
    font-weight:bold;
}


form input#field-keywords
{
    width:77px;
    position:absolute;
    top:0;
    left:0;
}


form input#button
{
    position:absolute;
    top:0;
    right:0;
}
/************ end Amazon search box *****************/
