body
	{
        background-color: #FFFFFF;
        scrollbar-face-color: #FF0000;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-3dlight-color: #FF0000;
		scrollbar-darkshadow-color: #0000FF;
		scrollbar-shadow-color: #FF0000;
		scrollbar-arrow-color: #0000FF;
		scrollbar-track-color: #0000FF;
	}
div.showcomments
	{
        background-color: #EDEADE;
        border-top: 2px solid #CCCCCC;
	    border-right: 2px solid #000000;
	    border-left: 2px solid #CCCCCC;
	    border-bottom: 2px solid #000000;
	    border-radius: 3px;
		-moz-border-radius: 3px;
        display: block;
    }
div.hidecomments
	{
        display: none;
    }

div.indiv
	{
        background-color: #CCCCCC;
        border-top: 4px solid #CCCCCC;
	    border-right: 4px solid #000000;
	    border-left: 4px solid #CCCCCC;
	    border-bottom: 4px solid #000000;
		border-radius: 3px;
		-moz-border-radius: 3px;
		margin: 0px;
    }
div.headline
	{
        background-color: #CCCCCC;
        border-top: 4px solid #CCCCCC;
	    border-right: 4px solid #000000;
	    border-left: 4px solid #CCCCCC;
	    border-bottom: 4px solid #000000;
		border-radius: 3px;
		-moz-border-radius: 3px;
		margin: 0px;
	}
div.picture
	{
        background-color: #AAAAAA;
        border-top: 4px solid #CCCCCC;
	    border-right: 4px solid #000000;
	    border-left: 4px solid #CCCCCC;
	    border-bottom: 4px solid #000000;
	    border-radius: 3px;
		-moz-border-radius: 3px;
	}
font.headline
	{
        color: #545454;
        padding-left: 12px;
        font: 20px Times New Roman;
    }
font.disabled
	{
		font: 2em Arial;
        font-weight: bold;
		color: #999999;
	}
font.disabled_direct
	{
		font: 2em Arial;
        font-weight: bold;
		color: #000000;
	}
a:link.navigate, a:active.navigate, a:visited.navigate
	{
		text-decoration: none;
		font: 2em Arial;
        font-weight: bold;
		color: #FF2222;
	}
a:link.direct, a:active.direct, a:visited.direct
	{
		text-decoration: none;
		font: 2em Arial;
        font-weight: bold;
		color: #2222FF;
	}
a:link.closebutton, a:active.closebutton, a:visited.closebutton
	{
		text-decoration: none;
		font: 30px Arial;
        font-weight: bold;
		color: #FF2222;
	}
a:hover.navigate
	{
        text-decoration: none;
		font: 2em Arial;
        font-weight: bold;
		color: #FF5555;
	}
a:hover.direct
	{
        text-decoration: none;
		font: 2em Arial;
        font-weight: bold;
		color: #5555FF;
	}
a:hover.closebutton
	{
        text-decoration: none;
		font: 30px Arial;
        font-weight: bold;
		color: #FF5555;
	}
