/* CSS Document */

.topcat{
font-family: Verdana;
font-size: 12px;
font-weight: bold;
color: #ffffff;
background: #9B67A9;
}
.cat{
font-family: Verdana;
font-size: 12px;
font-weight: bold;
color: #ffffff;
background: #00B9E8;
}

.type{
font-family: Verdana;
font-size: 11px;
font-weight: bold;
color: #065465;
background: #E1F8FE;
}

.main {
font-family: Verdana;
font-size: 12px;
font-weight: none;
color: #333333;
line-height: 130%;
}

.foot {
font-family: Verdana;
font-size: 12px;
font-weight: none;
color: #FFFFFF;
line-height: 130%;
}

h4 {
font-family: Verdana;
color: #9B67A9;
}

a {
color: #0C9CBB;
font-weight: bold;
}
a:visited {
color: #0C9CBB;
font-weight: bold;
}
a:hover {
color: #097890;
font-weight: bold;
}

a.catlinks {
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}
a.catlinks:visited {
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}
a.catlinks:hover {
color: #FFFFFF;
font-weight: bold;
text-decoration: underline;
}

a.typelinks {
color: #065465;
font-weight: bold;
text-decoration: none;
}
a.typelinks:visited {
color: #065465;
font-weight: bold;
text-decoration: none;
}
a.typelinks:hover {
color: #065465;
font-weight: bold;
text-decoration: underline;
}
body{
background: #666666;
}