body
{
background-color: #FF4848;
color: #cecece;
font-family: arial;
}

h1

{
font-size:16;
font-stretch: extra-expanded;
font-style: oblique;
}

h3

{
font-size:16;
;
font-stretch: extra-expanded;
font-style: oblique;
}

p

{
color: black;
}

.top
{
position: absolute;
top:15;
left:15;
width:850;
height:50;
background-color: #FF68DD;
font-size:22;
}

.menu

{
position: absolute;
top:130;
left:15;
width:850;
height:100;
background-color: #FF68DD;
}

.middle

{
position: absolute;
top:250;
left:15;
width:850;
height:350;
background-color: #FF68DD;
}

.footer

{
position: absolute;
top:615;
left:15;
width:850;
height:40;
background-color: #FF68DD;
font-size:22
}

form
{
  position:relative;
  top:50%
  left:300;
}

.lefty
{ position:absolute; left:75;}
 
 .centery
{ position:absolute; left:180;}

.righty
{ position:absolute; left:270; }

