img {
    border:0;
}
a
{
    text-decoration: none;
}

h2, h4, p {
    padding-left: 20px;
}

h1.tagname {
    background:#eee;
    padding: 15px 4px 15px 4px;
}

#content img
{
    margin:0px;
    border:1px solid #fff;
}
#content img:hover {
    margin:0px;
    border:1px solid blue;
}

#ImageBoxOverlay
{
    background-color: #000;
}
#ImageBoxCaption
{
    background-color: #F4F4EC;
}
#ImageBoxContainer
{
    width: 250px;
    height: 250px;
    background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 13px;
    color: #000;
}
#ImageBoxCaptionImages
{
    margin: 0;
}
#ImageBoxNextImage
{
    background-image: url(imagebox/spacer.gif);
    background-color: transparent;
}
#ImageBoxPrevImage
{
    background-image: url(imagebox/spacer.gif);
    background-color: transparent;
}
#ImageBoxNextImage:hover
{
    background-image: url(imagebox/next_image.jpg);
    background-repeat:  no-repeat;
    background-position: right top;
}
#ImageBoxPrevImage:hover
{
    background-image: url(imagebox/prev_image.jpg);
    background-repeat:  no-repeat;
    background-position: left bottom;
}

#htmltagcloud {
    border:2px solid #ccc;
    padding: 10px;
    margin: 10px;
    text-align:  center; 
    line-height: 1; 
}
span.tagcloud0 { font-size: 12px;}
span.tagcloud0 a {text-decoration: none;}
span.tagcloud0 a:hover {background:blue; color:white;}
span.tagcloud1 { font-size: 14px;}
span.tagcloud1 a {text-decoration: none;}
span.tagcloud1 a:hover {background:blue; color:white;}
span.tagcloud2 { font-size: 16px;}
span.tagcloud2 a {text-decoration: none;}
span.tagcloud2 a:hover {background:blue; color:white;}
span.tagcloud3 { font-size: 18px;}
span.tagcloud3 a {text-decoration: none;}
span.tagcloud3 a:hover {background:blue; color:white;}
span.tagcloud4 { font-size: 20px;}
span.tagcloud4 a {text-decoration: none;}
span.tagcloud4 a:hover {background:blue; color:white;}
span.tagcloud5 { font-size: 22px;}
span.tagcloud5 a {text-decoration: none;}
span.tagcloud5 a:hover {background:blue; color:white;}
span.tagcloud6 { font-size: 24px;}
span.tagcloud6 a {text-decoration: none;}
span.tagcloud6 a:hover {background:red; color:white;}
