﻿.style1
{
    width: 100%;
}
body
{
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-family: Verdana;
    font-size: 14px;
    background-color: #000000;
    text-align: left;
}
.style2
{
    width: 1000px;
}
.style3
{
    width: 70%;
} 
a:link
{
    color: #0088bb;
    text-decoration: none;
}
a:visited
{
    color: #0088bb;
    text-decoration: none;
}
a:hover
{
    color: #0088bb;
    text-decoration: underline;
}
a:active
{
    color: #0088bb;
}
.style4
{
    background-color: white;
}
#tagCloud
{
    width: 830px;
    border: solid1px#ccc;
    padding: 0px;
    margin-bottom: 10px;
    text-align: justify;
}
#tagCloud A
{
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
    font-family: verdana;
    text-transform: lowercase;
}
#tagCloud A:hover
{
    color: #0088bb;
    text-decoration: underline;
}
#tagCloud A.weight1
{
    color: #0088bb;
    font-size: 14pt;
    font-weight: bolder;
}
#tagCloud A.weight2
{
    color: #0088bb;
    font-size: 12pt;
    font-weight: bolder;
}
#tagCloud A.weight3
{
    color: #0088bb;
    font-size: 11pt;
    font-weight: bolder;
}
#tagCloud A.weight4
{
    color: #0088bb;
    font-size: 10pt;
}
#tagCloud A.weight5
{
    color: #0088bb;
    font-size: 9pt;
}
#reviews ul {
width:180px;
list-style-type:none;
margin:0 auto;
padding:0;
}

#reviews li a {
display:block;
position:relative;
border-width:1px 0;
border-color:#ccc;
border-style:solid;
color:#555;
text-decoration:none;
margin:4px 1px;
}

#reviews li a span {
display:block;
position:relative;
margin:0 -1px;
border-width:0 1px;
border-color:#ccc;
border-style:solid;
background-color:#eee;
padding:2px 6px;
}

#reviews li a:hover {
border-color:#aaa;
color:#333;
}

#reviews li a:hover span {
border-color:#aaa;
background-color:#ddd;
}