.menulist {
    line-height:150%;
    text-decoration:none;
    display:block;
    width:300px;
}

a.menulist:link {
    color:#666;
    background:URL(seen3.gif);
}

a.menulist:visited {
    color:#666;
    background:URL(seen3.gif);
}

a.menulist:active {
    background:URL(linkimage.gif);
}

a.menulist:hover {
    color:#F33;
    background:URL(hoverimage.gif);
}


.sizes, .sizes7, .sizes8, .sizes9, .sizes10, .sizes12, .sizes14, .ScreenShot {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
} 
.sizes7, .ScreenShot {font-size:7px;}
.sizes8	{font-size:8px;}
.sizes9	{font-size:9px;}  
.sizes10 {font-size:10px;font-weight:bold;}
.sizes12 {font-size:12px; font-weight:bold;}
.sizes14 {font-size:14px; font-weight:bold;}
.ScreenShot {cursor: hand; }
.ScreenShot2 {text-decoration : underline; color: blue;}
		 
A:link {text-decoration: none; color: blue;} 
A:visited {text-decoration: none; color: blue;} 
A:active {text-decoration: none; color: blue}
A:hover {text-decoration: underline; color: blue;


