/* body  */
body { background: #ffffff ; color: #000000 }
td { font-family: Times, "Times New Roman", serif ; font-size: 14px}
a:link    { color: #000066 }
a:active  { color: #000066 }
a:visited { color: #000066 }
/* a:hover   { color: #33cc66 } */
a:hover   { color: #ea5fe4 }


/* topline */
.topline { background: #000000 }

/* logobar */
.logobar { background: url(camportlogo.jpg) #0c1695 ; color: #ffffff }

/* border */
.border { background: #000000 }

/* rightborder */
.rightborder { background: #000000 }

/* locationbar */
.locationbar { background: #0c1695 ; color: #ffffff }
a.locationbar:link    { text-decoration: underline ; color: #ea5fe4 }
a.locationbar:active  { text-decoration: none ; color: #884400 }
a.locationbar:visited { text-decoration: underline ; color: #ea5fe4 }
a.locationbar:hover   { text-decoration: underline ; color: #0ba9ce }

/* navbar */
.navbar { background: #0ba9ce ; color: #000000 }
a.navbar:link    { text-decoration: underline ; color: #0c1695 }
a.navbar:active  { text-decoration: none ; color: #884400 }
a.navbar:visited { text-decoration: underline ; color: #0c1695 }
a.navbar:hover   { text-decoration: underline ; color: #ea5fe4 }

/* content */
.content { background: #ffffff ; color: #000000 }

/* photos within content */
.photo {
   color: #000000 ;
   border-style: solid ;
   border-width: 1 ;
   vertical-align: middle

/* photos within content - no border desired */
.photo.noborder {
   color: #000000 ;
   border-style: none ;
   vertical-align: middle
}
