@charset "utf-8";
/* CSS Document */
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1,h2,h3{
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.search{
background:black;
color:white;
}
body.results{
background:white;
color:black;
}
a:link,a:visited,a:active{
color:white;
/*text-decoration:none;*/
font-weight:bold;
/*border-bottom:1px dotted white;*/
}
a img{
border-bottom:none;
}
a:hover{
color:red;
}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.error h3 {color:#8a1f11;}
.notice h3 {color:#514721;}
.success h3 {color:#264409;}
#header{
width:480px;
margin:0 auto;
margin-bottom:1.5em;
}
#search{
width:430px;
padding:10px;
border:1px solid white;
margin:0 auto;
}
#main{
width:430px;
padding:10px;
margin:0 auto;
}
.whitebox{
background:black;
border:1px solid white;
}
