
#text{
	font-size: 13px; /* optional. just to increase the font size. */
	font-family: 'Courier New'; 
	display: block;
	line-height: 1em;
	color: rgba(205, 0, 0, 1); /* shadow color */
	background-color: transparent;
	white-space: nowrap; /* wrapping breaks the effect */

}

A.text:link {color: rgba(205, 0, 0, 1); text-decoration: none;}
A.text:visited {color: rgba(205, 0, 0, 1); text-decoration: none;}
A.text:active {color: rgba(0, 0, 0, 0); text-decoration: none;}
A.text:hover {color: rgba(0, 0, 0, 0); text-decoration: none;}

/*
#text:hover{


        display: table;
	color: rgba(0, 205, 0, 1);
}
*/




#text:before,
#text:after{
	content: "firstfloor.org/ae"; /* generated text */
	display: block;
}

#text:before{
	margin-bottom: -1em;
	margin-left: 4px;
	/*color: rgba(0,0,205,1);*/
	color: rgba(205, 206, 0, 1); /* shadow color */
	background-color: transparent;
}

#text:after{
	margin-top: -1em;
	margin-left: 8px;
	color: rgba(0, 205, 0, 1); /* text color */
	background-color: transparent;
}


body
{
        background-color:#000000;
        color:#ffffff;
        font-size: 13px;
        font-family: 'Courier New', Courier, Fixed;
        letter-spacing: 0.0cm;
}
table
{
        background-color:#000000;
        font-size: 13px;
        font-weight: normal;
        font-family: 'Courier New', Courier, Fixed;
        color: #ffffff;
}


#navtable
{
        background-color:#000000;
        font-size: 13px;
        color: #ffffff;
        font-family: 'Courier New', Courier, Fixed;
}

#navlink a:visited {color: #00cd00; text-decoration: underline;}
#navlink a:link {color: #00cd00;}
#navlink a:hover {color: #00cd00;}



#signtable
{
        background-color:#000000;
        font-size:13.px;
        color: #ffffff;
        font-family: 'Courier New', Courier, Fixed;
}

