body
{
  background-color: #1a1a1a;
  color: #ffffff;
  font-family: helvetica, arial, sans-serif, sans;
}

#sms
{
  width: 600px;
  height: 65px;
  background-image: url('sms.png');
}

.thumblink
{
  float: left;
  width: 150px;
  height: 170px;
  border: 1px solid #bbbbbb;
  margin: 5px;
  background-color: black;
}

.thumblink:hover
{
  background-color: yellow;
  border: 1px solid white;
}

img
{
  border: 0px;
}

.thumbimg
{
  width: 0px;
  height: 0px;
}

.minilink
{
  background-color: red;
  padding-right: 10px;
}

.imgtag
{
  background-color: red;
  visibility: hidden;
}

#cbox
{
  position:absolute;
  top: 80px;
  left: 0px;
  width: 100%;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding-bottom: 50px;
}

#ibox
{
  position:absolute;
  top: 80px;
  left: 0px;
  width: 100%;
  height: 500px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding-bottom: 50px;
  overflow: auto;
  white-space: nowrap;
}  

#title
{
  font-size: 150%;
  color: red;
}

#text
{
  margin-left: 50px;
  margin-bottom: 10px;
}

.tlink
{
  background-color: red;
  font-family: arial, helvetica, sans, sans-serif;
  font-weight: bold;
  text-align: center;
  color: white;
  text-decoration: none;
}

a:link
{
  color: yellow;
    font-weight: bold;
  text-decoration: none;
}

a:visited
{
  color: yellow;
        font-weight: bold;
  text-decoration: none;
}

a:hover
{
  color: black;
        font-weight: bold;
  text-decoration: none;
}

#copy
{
  clear:left;
  padding-top: 10px;
  padding-left: 20px;
}