/* form */


div.top {
height : 90px;
margin-right: 10%;
margin-left : 10%;
text-align : center;
background-color : #556B2F;
border-style : double;
border-color : black; 
}


body{
background-image : url(background.jpg);
}

.navbar li {
text-decoration : none;
font : 12pt arial;
padding : 15px;
display : inline;
list-style-type : none;
line-height : 3;
}


#myform {
border : 2px double black;
padding: 5px;
margin-right : 20%;
margin-left : 20%;
}

.myrow {
height : 30px;
}

.myrowcomments {
margin-bottom : 20px;
}

.labelcol {
float : left;
width : 100px;
text-align : right;
}


a.navbar:link{
color : black;
}

a.navbar:visited{
color : purple
}

a.navbar:hover{
background : #DEB887 
}


