body{
background-image:url(.jpg);
background-repeat:no-repeat;
background-color:#331c32;
font-family: tahoma;
font-size: 12px;
color: #000;
}

a:link{
font-family:inherit;
font-size:12px;
color: #331c32;
text-decoration:underline;
letter-spacing:3px;
font-variant:normal;
}
a:active{
font-family:inherit;
font-size:12px;
color: #331c32;
text-decoration:underline;
letter-spacing:3px;
font-variant:normal;

}

a:visited{
font-family:inherit;
font-size:12px;
color: #331c32;
text-decoration:underline;
letter-spacing:3px;
font-variant:normal;
}

a:hover{
font-family:inherit;
font-size:12px;
color:#5a1e51;
text-decoration:underline overline;
letter-spacing:3px;
font-variant:normal;

}

#header{
background-image:url(cffl.png);
background-repeat:no-repeat;
width:800px;
height:398px;
border-bottom:5px solid #331c32;
}

#page{
width:800px;
background-color:#fff;
border: 5px solid #331c32;
}

#menu{
width:800px;
position:absolute;
top:430px;
left:200px;
background-color:transparent;
}

.menu a:link{
font-family:inherit;
font-size:14px;
color: #5a1e51;
text-decoration:underline;
letter-spacing:3px;
font-variant:small-caps;
font-weight:bold;
}
.menu a:active{
font-family:inherit;
font-size:14px;
color: #5a1e51;
text-decoration:underline;
letter-spacing:3px;
font-variant:small-caps;
font-weight:bold;
}
.menu a:visited{
font-family:inherit;
font-size:14px;
color: #5a1e51;
text-decoration:underline;
letter-spacing:3px;
font-variant:small-caps;
font-weight:bold;
}
.menu a:hover{
font-family:inherit;
font-size:14px;
color:#862c79;
text-decoration:underline;
letter-spacing:3px;
font-variant:small-caps;
font-weight:bold;
}

#cont{
background-color:#fff;
text-align:justify;
margin-left:10px;
margin-top:20px;
margin-bottom:10px;
margin-right:10px;
padding:5px;
font-family:tahoma;
font-size:12px;
color:#050000;
}

h1{
font-family:inherit;
font-size:14px;
color:#5a1e51;
text-transform:none;
}

h2 {
font-family:inherit;
font-size:12px;
color:#5a1e51;
}

input, textarea {
	margin: 1px;
	border: solid 1px #5a1e51;
	font-family: inherit;
	font-size: 12px;
	color: #5a1e51;
	background-color: #fff;
	}
	

