body {
	background-color: #000000;
	background-image: url("../res/bg-stars.gif");
	background-repeat: repeat-x;
	background-position: top center;
	color: #cc99cc;
	font-size: small;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 5px;
}

a:link {
	color: #fff0f5;
}

a:visited {
	color: #9966cc;
}

a:hover {
	color: #b0c4de;
}

h1, h3, h5 {
    color: #e6e6fa;
    font-family: Elbjorg, Daniela, sans-serif;
    padding-top: 1px;
}

h2, h4, h6 {
    color: #dda0dd;
    font-family: Verdana, Arial, sans-serif;
    padding-top: 1px;
    margin-top: 0px;
}

hr {
    height: 1px;
    border: 1px solid #330033;
    width: 95%;
}

img {
    border: 0px solid transparent;
}

li {
    list-style: circle inside none;
    padding: 5px;
}

ul {

    padding-left: 0px;

}

table {
	border: 1px solid transparent;
	width: 100%;
}

td {
    vertical-align: top;
    padding: 5px;
    color: #fffafa;
}

th {
    background-color: #330033;
    color: #e6e6fa;
    font-weight: bold;
    padding: 5px;
}

.bg {
	background-image: url("../res/bg-stars.gif");
	background-repeat: repeat-x;
	background-position: top center;
	vertical-align: top;
}

.border {
    border-top: 1px solid #cc99ff;
    border-right: 1px solid #9966cc;
    border-bottom: 1px solid #9966cc;
    border-left: 1px solid #cc99ff;
	margin: 5px;
}
.ctr {
	margin: auto;
	text-align: center;
}

.disc {
	margin: auto;
	text-align: center;
	font-size: x-small;
}

.img {
    width: 125px;
    background-color: #000000;
    text-align: center;
    padding: 15px;
    border: 1px solid #333333;
    vertical-align: middle;
}

.img img {

     border: 5px solid #ffffff;

}

.img img:hover {

    border-top: 5px solid #cc99ff;
    border-right: 5px solid #9966cc;
    border-bottom: 5px solid #9966cc;
    border-left: 5px solid #cc99ff;

}

.moon {
    background-image: url("../res/bg-moon.gif");
    background-repeat: no-repeat;
    background-position: top right;
}

.rt {
	text-align: right;
}

.scan {
      
      background-image: url("../res/bg.gif");

}