/* Default CSS Stylesheet for a new Web Application project */
body,html { height:100%}
BODY
{
	color:#000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/textile-machines.jpg);
}

TABLE{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
	color:#000000;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

a:link       { color: #395b6d; font-family: Arial; font-size: 10pt; text-decoration: underline}
a:visited    { color: #395b6d; font-family: Arial; font-size: 10pt; text-decoration: underline}
a:active     { color: #395b6d; font-family: Arial; font-size: 10pt; text-decoration: underline}
a:hover     { font-family: Arial; color: #395b6d; font-size: 10pt; text-decoration: none}
