body
{
  color: black;
  background-image: url(/~pae9/twitter/img/swift.jpg);
  background-position: 50% 0%;
  background-repeat: repeat;
}

.hidden
{
  display: none;
}

#navbardiv
{
  background-color: white;
  width: 700px;
  padding: 5px;
  height: 2ex;
  margin: 5px auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  opacity: 0.6;
  
}

#navbar
{
  list-style: none;
  margin: auto 10px auto auto;
  padding: 2px;
}

#navbar li
{
  float: right;
  font-weight: bold;
  padding: 0 5px;
  font-size: 90%;
  color: #6DE;
}

#navbar li a
{
  color: #4A8;
  opacity: 1.0;
}

#navbar li a:hover
{
  color: red;
}

#content
{
  color: white;
  background-color: #111;
  width: 700px;
  padding: 15px;
  margin: 5px auto;
  text-align:left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#content a,#content a:visited
{
  color: #0FF;
}
#content a:hover
{
  color: red;
  font-weight: bold;
}

h1
{
  text-align: center;
  font-size: 200%;
  color: yellow;
}

#footer
{
  clear: both;
  font-size: 80%;
}
noscript
{
  color: red;
}

.more
{
  clear: both;
  font-size: 80%;
  text-align: right;
}

.imcap
{
  
  float: left;
  margin: 4px;
}

.imcap p
{
  text-align: center;
  font-size: 80%;
}

.tweetme
{
  font-weight: bold;
  color: red;
  font-family: courier, monospace;
}
.tweet
{
  color: #0F0;
  font-family: courier, monospace;
}

dt
{
  font-weight: bold;
}
