body {
	background: #000000 url('bg.gif') right bottom no-repeat;
       color: #ffffcc;
       font-family: Sans-serif;
       font-size: 13px;
	height: 570px;
}

#lin {
	border: #aaaaaa ridge 1px;
	text-align: left;
         position: absolute;
         left: 30px;
         top:125px;
         width: 130px;
         height: 130px;
         padding-top: 5px;
}

a:link, a:active, a:visited, a:hover {
		color: #ffffff;
		}



a.titlink:link, a.titlink:active, a.titlink:visited {
		color: #4488ff;
		}

a.titlink:hover {
	color: #55aaff;
	background: url("linkpic.gif");
	}

a.titlink {
	display: block;
	font-weight: bold;
	font-family: "tahoma", sans-serif;
	font-size: 15px;
	text-decoration: none;
}

a.linlink:link, a.linlink:active, a.linlink:visited {
		color: #4488ff;
		}

a.linlink:hover {
	color: #55aaff;
	}

a.linlink {
	font-weight: bold;
	text-decoration: none
}

ul {
	list-style-image: url("ul.gif")
	}

table {
	table-layout: fixed;
	border: 0px;
	//background-color: #000000;
	margin: 4px
}

.smtext {
	border-bottom: #ffffff solid 2px
}

.linktd {
         text-align: center;

}

.titlog {
        	background: #000000 url("log.gif") scroll no-repeat center;
}

#main {
	border: #aaaaaa ridge 1px;
         position: absolute;
	padding: 10px;
         left: 165px;
         top: 125px;
         width: 750px;
         height: 430px;
}

.titel {
	color: #8800ee;
         font-size: 16px;
         font-weight: bold;
         text-align: center;
}

#nav {
	border: #aaaaaa ridge 1px;
         position: absolute;
         left: 40px;
         top: 265px;
         width: 110px;
         height: 290px;
         padding: 5px;
}

hr {
	background-color: #0066cc;
         color: #0066cc;
         border: #0066cc;
}

#log {
	position: absolute;
         left: 180px;
         top: 10px;
         width: 746px;
         height: 110px;
         text-align: center;
}