@font-face{
font-family: 'text1';
src: url('text1.woff') format('woff');
}
body{
background: url(pics/coachfront.gif);
color: blue;
font-family:'text1' ;
text-align: center;
}

#coachside{
width:45%;
}
.showcoach{
font-size: 120%;
position: relative;
left: 10%;
width: 80%;
text-align: justify;
}
#fsb{
position: absolute;
left: 5%;
}
h2{
font-weight:bold;
font-size: 160%;
}
.pickup{
font-size: 140%;
}
input{
font-size: 80%;
position: relative;
background-color: #aaa;
color: blue;
bottom: 3px;
width: 120px;
}
input:hover{
background-color: #fff;
cursor: pointer;
}
a{
text-decoration: none;
}
a:hover{
background-color: #fff;
}
a:visited{
color: blue;
}
