	div.LogoOne
{
width:500px;
height:500px;
background-color:black;
border:5px solid White;
border-radius:20em;
margin-left:auto;
margin-right:auto;
}
div.LogoTwo
{
position: relative;
left: 25px;
top: 25px;
width: 400px;
height: 400px;
background-color: black;
border: 25px solid White;
border-radius: 20em;
}
p.logo
{
position: relative;
top: 85px;
left: 15px;
font-size: 70px;
font-family:Dots;
color: white;
}

@font-face
{
font-family: Dots;
src: url('displdts.ttf');
}

.c1	{ color: #F0F }
.c2	{ color: #00F }
.c3	{ color: #0FF }
.c4	{ color: #0F0 }
.c5	{ color: #FF0 }
.c6	{ color: #F00 }