#search
{
text-align:center;
margin-top:50px;
}
#button
{
border:1px solid black;
background-color:#4D90FE;
cursor:hand;
cursor:pointer;
padding:5px;
}
img
{
cursor:hand;
cursor:pointer;
margin-left:30px;
}
input
{
border:2px solid grey;
font-size:20px;
padding:5px;
font-family:Comic Sans MS;
-moz-border-radius:3px;-webkit-border-radius:3px;
outline-color:black;
}
input:focus
{
-webkit-box-shadow: 0 0 5px #EBEBEB; 
-moz-box-shadow: 0 0 5px #EBEBEB;
}
#searchpage
{
font-family:Comic Sans MS;
text-align:center;
margin-top:10px;
}
#logo
{
margin-top:180px;
text-align:center;
clear:both;
}
#smallogo
{
color:blue;
font-size:30px;
}
a
{
text-decoration:none;
color:blue;
}
a:hover
{
color:blue;
}
td
{
vertical-align:top;
font-family:Comic Sans MS;
font-size:20px;
text-align:center;
}
table
{
clear:both;
}
.refine
{
color:blue;
clear:both;
cursor:pointer;
cursor:hand;
border:white 2px solid;
}
.refine:hover
{
background-color:whiteSmoke;
color:red;
border:whiteSmoke 2px solid;
}
.results
{
clear:both;
width:640px;
}
#buttn
{
background-color:blue;
color:white;
font-size:16px;
}
#hmm
{
border:1px solid blue;
border-radius:10px;
clear:both;
}