/* General style definition */
body {
        background-color: #FFFFFF;
        position: absolute;
        top:0;
        right:0;
        bottom:0;
        left:0;
        height:90%;
        margin:auto;
}
p {
        font: 32px/18px helvetica,arial, sans-serif;
        font-size : 15px;
        font-weight: 500;
        font-style: normal;
}
img {
	border-width : 0;
}
a {
	color: #5f6564;
	text-decoration: none; 
}
a:hover
{
        color: #ff0000;
        text-decoration: underline;
}
.mainbody {
	text-align:center;
	width:70%;
        margin:auto;
}
.topbox {
        position: relative;
	top:-130px;
}
.left {
	float : left;
}
.right {
	float : right;
}
.center {
	text-align: center;
}
.girl {
	float : left;
        position: relative;
	top:-180px;
}
.boy {
	float : right;
        position: relative;
	top:-180px;
}
.nav {
	text-align:center;
}
.foot {
	font-size: 75%; /* Resets 1em to 10px */
	position: relative;
	visibility: visible;
 	text-align: center;
}
.form {
	width:30%;
}
.formsmall {
	width:2%;
}
form {
        font: 32px/18px helvetica,arial, sans-serif;
        font-size : 15px;
}
form label {
	padding: 1px 5px;
	margin-bottom: 1px;
}

