/*
// -----------------------------------------------------------------
// Project     : Howard7.com
// Filename    : howard7.css
// Description : Provides the layout/style for this page
// Language    : CSS
//  
// -----------------------------------------------------------------
// Ver    Date    Description of modification
// --- ---------- --------------------------------------------------
// 1.0 18-6-2006  Original write
// -----------------------------------------------------------------
*/
BODY{
background-color: #000000;
scrollbar-arrow-color: #FFFFFF;
scrollbar-3dlight-color: #000000;
scrollbar-highlight-color: #777777;
scrollbar-face-color: #000000;
scrollbar-shadow-color: #777777;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #000000;
}

/* links */
a {
    font-weight: normal; color: #FFFFFF; 
    text-decoration: none
}

a:link {
    font-weight: normal; color: #FFFFFF; 
    text-decoration: none
}

a:active {
    font-weight: normal; color: #FFFFFF; 
    text-decoration: none
}

a:visited {
    font-weight: normal; color: #FFFFFF; 
    text-decoration: none
}

a:hover {
    font-family: arial;
    font-weight: bold; color: #3300FF; 
    text-decoration: none
}
div#ccam {
    width: 320px;
    height: 240px;
    background: url('ccam.jpg') no-repeat;
              }
div#ccam2 {
    width: 320px;
    height: 240px;
    background: url('ccam2.jpg') no-repeat;
              }
div#ifcam {
    width: 320px;
    height: 240px;
    background: url('ifcam.jpg') no-repeat;
              }
div#stfair {
    width: 144px;
    height: 212px;
    background: url('stfairlogo.jpg') no-repeat;
              }
div#sshot {
    width: 320px;
    height: 240px;
    background: url('sshot.jpg') no-repeat;
    }