body {
	font-family:verdana, arial, helvetica, sans-serif;
	color:#00CCFF;
	background-color: #000000;
}
h1 {
	font-size:28px;
	line-height:28px;
	font-weight:900;
    color:#000b18;
}
h2 {
    color:#00264d;
}
h3 {
    color:#02386e;
}
h4 {
    color:#00498d;
}
h5 {
    color:#0052a2;
}
p {
	text-indent:5%;
	text-align:left;
	font-family: verdana, arial, helvetica, sans-serif;
}
p.center {
	text-align:center;
}
a {
	color:#FFFFFF;
	text-decoration:underline;
	font-family:verdana, arial, helvetica, sans-serif;
}
a:link {
    color:#8800BB;
    text-decoration:underline;
}
a:active {
    color:#33CCFF;
    text-decoration:line-through;
}
a:visited {
    color:#8800BB;
    text-decoration:none;
}
a:hover {
    text-decoration:line-through;
}
td.top {
	background-color: #0000BB;
/*	color: #000000; */
}
td.bottom {
/*	color: #000000; */
	background-color: #000000;
}
a.menu {
	color: #A0A0F0;
}
td.menu {
	color: teal;
	background-color: navy;
}
td.rssdesc {
	color: #FFFFFF;
}
div#tipDiv {
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
	z-index:10000;
	border:1px solid #000; 
	width:200px;
	padding:6px;
	color:#000;
	font-size:11px;
	line-height:1.3;
}
div#tipDiv div.img {
	text-align:center;
}
div#tipDiv div.txt {
	text-align:center;
	margin-top:4px;
}
div.fuck {
    border-width: thin;
    border-color: white;
    border-style: groove;
    float: left;
}
.dropcap {
    float:left;
    background:#000066;
    border:.01em solid cyan;
    font-size:4em;
    line-height:.8em;
    padding-top:.05em;
    padding-bottom:.05em;
    padding-left:.05em;
    padding-right:.05em;
    margin-left:.1em;
    margin-right:.1em;
    margin-top:.05em;
    font-family:times;
}
.center {
    position:absolute;
    margin:0px auto 0px auto;
    /* width:300px; */
    width:fit-content;
    height:50px;
    top:50%;
    left:50%;
    margin-left: -150px;
    margin-top: -25px;
}
