/* fonts cascading style sheet */

h1 {
font-size: 20px;
font-family: arial, helvetica, sans-serif;
padding: 4px;
}

h2 {
font-size: 14px;
text-align: center;
}

h3 {
font-size: 13px;
text-align: center;
}

p {
font-size: 13px;
}

/* links */
a {
text-decoration: none;
}

a.linksmall {
font-size: 20px;
color: white;
font-family: "Arial", "Verdana", sans-serif;
text-decoration: none;
}

a:hover.linksmall {
color: firebrick;
}

a.footlink {
font-size: 12px;
color: #990000;
}

a.footlink:hover {
text-decoration: underline;
}

/* inputs */

.intext {
background-color: gainsboro;
width: 200px;
height: 25px;
font-style: italic;
}

.inarea {
width: 200px;
height: 80px;
background-color: gainsboro;
}

.insubmit {
width: 100px;
height: 25px;
background-color: dimgray;
border: 2px solid firebrick;
color: snow;
font-size: 15px;
}

.insubmit:hover {
border: 2px solid maroon;
}


/* images */

img {
border: none;
}

img.logoimg {
cursor: pointer;
border: none;
}

img.fpictzoom {
margin: auto;
}

img.fpictnav {
max-height: 100px;
}

