body{
font-size: 75%;
font-family: Courier New;
color:#f1325e; 
line-height: 150%;
padding:0;
margin: 0;
text-align: center;
background:#fff;
}

a:link{
color:#f1325e;
text-decoration:none;
}

a:hover{
color:#000;
text-decoration: none;
}

a:visited{
color:#f1325e;
text-decoration: none;
}

h1{
font-size: 100%;
clear: both;
padding: 0 0 5px 0;
border-bottom: 1px solid #f1325e;
border-left: 5px solid #f1325e;
text-align: left;
}

.main{
width: 100%;
height: 100%;
}

#title{
width: 100%;
height:auto;
clear: both;
margin-top: 20%;
}

#titlefont{
padding: 5 5 5 5;
font-size: 130%;
font-weight: bold;
text-align: left;
line-height: normal;
text-align: center;
letter-spacing: 5px;
}

#menu{
width:100%;
height: auto;
text-align: left;
font-size: 100%;
list-style-type: none;
text-align: center;
}

#menu,#menu li,#menu li a{
margin:0;
padding: 5px 10px 0 5px;
}

#menu li{
display: inline;
height: 20px;
}

#menu li a{
text-decoration:none;
color: #f1325e;
}

#menu li a:visited{
text-decoration:none;
color: #f1325e;
}

#menu li a:hover{
background-color:#f1325e;
color: #fff;
}

#footer{
width: 100%;
height: auto;
clear: both;
text-align: center;
font-size: 70%;
padding: 30px 0 0 0;
}




