
/* external stylesheet "hly_style.css */


body 
{
font-family: arial; 
font-size: 12pt; 
text-align: left;
background-image: url('images/entry.jpg')
}

.header2
{
font-family: Times New Roman;
font-size: 18pt;
font-weight: bold; 
}

.header3
{
font-family: Times New Roman;
font-size: 16pt;
font-weight: bold; 
}


.header4
{
font-family: Times New Roman;
font-size: 14pt;
font-weight: bold; 
}


.text4
{
font-size: 14pt;
}


.text5
{
font-size: 12pt;
}

.text6
{
font-size: 10pt;
}

.bold
{
font-weight: bold; 
}


a:link    {color: blue}
a:visited {color: purple}
a:hover   {color: color: blue; background-color: #fbddeb}
a:active  {color: green}


a.nav:link {color: blue}
a.nav:visited {color: purple}
a.nav:hover {color: blue; background-color: #fbddeb}
a.nav:active {color: green} 

img 
{/* border style for all images */
border: 0;
}
  
img.icon 
{/* replacement for <br /> after images */
display: block; /* forces line break for content after */
width: 4em;
height: 4em;
padding-left: 2em;
}

img.small-icon
{
padding-left: 2px;
}

img.flickr
{/* replacement for <br /> after images */
display: block; /* forces line break for content after */
width: 9em;
height: 4em;
}

img.gmap
{/* replacement for <br /> after images */
display: block; /* forces line break for content after */
width: 8em;
height: 6em;
}
