<style>
	body {
	    margin:0;
	}

	td {
	    font-family: Tahoma;
	    font-size:11;
	    color: #000000;
	}

	a {
            font-family: Tahoma;
	    font-size:11;
	    color: #116699;
            text-decoration: none;
	}

        A:hover { 
            font-family: Tahoma;
	    color: #ff0000;
            text-decoration: underline;

	}

        h1 {
            font-family: Arial;
            font-size: 11pt;
            color: #000000;

	}

        h2 {
            font-family: Tahoma;
            font-size: 10pt;
            color: #116699;
	}

        h3 {
            font-family: Arial;
            font-size: 7pt;
            color: #000000;
        }

        h4 {
            font-family: Tahoma;
            font-size: 10pt;
            color: #068000;
        }

        h5 {
            font-family: Arial;
            font-size: 12pt;
            color: #116699;
        }

    input.inp {
    	width:220px;
    }

    textarea.inp {
    	width:300px;
    	height: 200px;
    }

	.category {
	    font-weight: bold;
	}

	.subcategory {
	    color: 116699;
	    font-size: 11px;
	}
  </style>
