﻿body {
	height: 100%;
	background-color: black;
	color: #CC009A;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
}
#all {
	height:100%;
    width:100%;
}
a {
	color: #CC009A;
}
a:visited {
	color: #BC36CA;
}
img.style1 {
	float:left;
}
img.style2 {
	float:right;
}
.style6 {
	border: 3px double #000000;
	font-size: large;
	color: #BC36CA;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
.style16 {
	color: #BC36CA;
	font-size: x-large;
}
ul {
	text-align:center
}
h1 {
	text-align:center;
	color:#BC36CA;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:large;
}
div#header {
	height:20%;
	text-align:center;
}
#sddm
{	width: 100%;
    margin:auto;
	text-align:center;
	vertical-align:middle;
}

#sddm li 
{	display: inline;
	vertical-align:middle}

#sddm li a
{
	display: inline;
	padding: 5px 15px 5px;
	width: auto;
	background: #000000;
	color: #CC009A;
	border-bottom-color: #CC009A;
	border-style: groove;
	text-transform: uppercase;
	font-family: "Book Antiqua";
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

#sddm li a:hover
{	background:#CC009A;
	color:#000000;}

#sddm li a.active
{	background:#8F7E74;
	color: #0F0800;
	}
#text {
	height:50%;
	width:500px;
	text-align:center;
	font-size:large;
	margin-left:auto;
	margin-right:auto;
}


