@charset "utf-8";
/* CSS Document */

body
{
background-color:#000066;
color:#CCCCFF;
margin:auto;
width:750px;
text-align:center;
}

#resultscontainer
{
text-align:center;
margin:auto;
}

#catagorylist
{
font-size:80%;
}

#header
{
margin:0;
padding:0;
background-color:#000000;
width:100%;
}

#body
{
font-family:Verdana, Arial;
width:585px;
height:500px;
border:3px solid black;
background-color:#0000CC;
padding:7px;
padding-left:10px;
}

.results
{
background-color:white;
border: 2px solid black;
width:500px;
min-width:500px;
padding:3px;
color:#000000;
}

#resultsbox
{
font-size:80%;
text-align:center;
margin:auto;
color:#000000;
}
#resultscontainer
{
color:#000000;
}
#links
{
border:3px solid black;
width:150px;
text-align:left;
background-color:#0000CC;
padding:4px;
padding-top:20px;
}

#entrylink
{
font-size:110%; 
font-weight:bold;
position:relative;  
text-decoration:underline;
color:white; 
}

#links h1
{font-size:120%;
font-weight:bold;
}

a
{
color:#43CC43;
}

#loginbubble
{
width:150px;
height:auto;
margin:auto;
background:red;
color:white;
font-size:80%;
position:fixed;
right:1px;
top:1px;
display:block;
}

