body 		{
		font-family: Arial, Helvetica;
		font-size: 12pt;
		background-color: white;
		color: black;
		}

a:link,a:visited,a:active {
		text-decoration: none;
		color: #00CC00;
		}

.navcage        {
                margin-bottom: 12px;
                }
A.topik:link, A.topik:visited, A.topik:active
		{
		width: 100%;
                padding: 4px;
                font-family: Arial, Helvetica, Verdana;
                font-size: 16pt;
                font-weight: 800;
		color: red;
                background: #eee;
		}

A.topik:hover 
		{
		background: gray;
		}
