/* stylocity_ss.css  */

body {background-color: black}

td.nav
{
/*
color: white;
font-family: arial,sans-serif;
font-size: small;
letter-spacing: 2px;
text-decoration: none;
*/
text-align: right;
height: 30px;
/*
padding-right: 20px;
*/
padding-left: 40px;
}

a.nav
{
color: white;
font-family: arial,sans-serif;
font-size: small;
letter-spacing: 2px;
text-align: right;
text-decoration: none;
}

a.nav:hover
{
text-decoration: underline;
}

a.enter:visited
{
text-decoration: none;
border-style: none;
}

a.enter:active
{
text-decoration: none;
border-style: none;
}

img.enter
{
border-style: none;
}

div.content
{
position: absolute;
top: 100px;
left: 350px;
}

div.copyright
{
position: absolute;
top: 580px;
left: 40px;
bottom: 20px;
}

div.leftside
{
  border-right: 2px;
  border-color: white;
  z-index: 1;
}

div.enter
{
  position: absolute;
  top: 30%;
  left: 30%;
}


p.content
{
color: white;
font-family: arial,sans-serif;
font-size: small;
}

p.title
{
color: white;
font-family: arial,sans-serif;
font-size: xx-large;
font-weight: bold;
}

p.normal
{
color: gray;
font-family: arial,sans-serif;
}

p.contact
{
color: gray;
font-family: arial,sans-serif;
text-align: right;
}

p.copyright
{
color: gray;
font-family: arial,sans-serif;
font-size: x-small;
}

td.contact_label
{
color: gray;
font-family: arial,sans-serif;
text-align: right;
padding-right: 10px;
}

td.hearabout
{
color: gray;
font-family: arial,sans-serif;
padding-right: 5px;
}

td.content
{
/*

*/width: 400px;
}


