body {
        color: #CCCCCC;
        background-color: #000000;
}
a:hover,a:active,a:link,a:visited {
        color: #955CA5;
}
h1 {
        color: #955CA5;
        text-align: center;
        font-family: Arial,Helvetica,sans-serif;
        font-weight: bold;
        font-size: large;
}
h2 {
        color: #955CA5;
        text-align: left;
        font-family: Arial,Helvetica,sans-serif;
        font-weight: bold;
        font-size: medium;
}
h3 {
        color: #955CA5;
        text-align: left;
	text-indent: 5%;
        font-family: Arial,Helvetica,sans-serif;
        font-weight: bold;
        font-size: medium;
	font-style: italic;
}
p,ul,li {
        font-family: Arial,Helvetica,sans-serif;
        text-align: justify;
	font-size: small;
}
tt {
	color: #FFFFFF;
}
table,tr,td {
	border: thin solid #955CA5;
        font-family: Arial,Helvetica,sans-serif;
        text-align: justify;
	vertical-align: top;
}
td {
        padding: 5px;
	font-size: small;
}
img {
        border: none;
}
input, select, textarea {
	width: auto;
        background-color: #AAAAFF;
	color: #222222;
	border-style: solid;
        border-color: #AAAAAA;
	border-width: 1px;
        margin: 2px;
	font-size: small;
}
input:hover, input:focus, select:hover, select:focus, textarea:hover, textarea:focus {
	width: auto;
	background-color: #7777FF;
        color: #111111;
        border-style: solid;
	border-color: #AAAAAA;
	border-width: 1px;
	margin: 2px;
	font-size: small;
}
.menuitem {
	display: block;
        position: relative;
}
