/* style sheet for survery for DanceWith.co.uk */

body {
background-color: #ffffcc;
}

div.homeurl
{
margin-right: 8%;
text-align: right;
font-size: 150%;
font-family: sans-serif;
}


div.main
{
margin-left: 10%;
/*
border-style: solid;
border-width: 5px
*/
}


/*
option heading text on survey form
*/

.option
{
font-size: 150%;
}

/*
on submit page the link back to dance with home page
*/
.signoff
{
font-size: 150%;
font-family: sans-serif;
/*text-align: center;*/
}

p.surveythanks
{
margin-left: 5em;
margin-top: 3em;
font-size: 120%;
}