H1 {
	font-family : "Trebuchet MS", sans-serif;
	font-size : 15px;
	font-weight : bold;
	text-decoration : none;
	width : auto;
}
H2 {
        font-family : "Trebuchet MS", sans-serif;
        font-weight : bold;
        font-size : 13px;
}
H3 {
        font-family : "Trebuchet MS", sans-serif;
        font-size : 12px;
        font-weight : bold;
}
H4 {
        font-family : "Trebuchet MS", sans-serif;
        font-size : 12px;
        font-weight : bold;
		  
}

h5, h6 {
	background-color: Red;
	font-family: "Trebuchet MS", sans-serif;
	font-size : 15px;
	color: White;
	font-weight: 900;
}

BODY,TD {
        font-family : "Trebuchet MS", sans-serif;
        font-size : 11px;
}
B {
        font-family : "Trebuchet MS", sans-serif;
        font-size : 11px;
        font-weight : 100;
}

A {
        color: blue;
        font-family: "Trebuchet MS", sans-serif;
        font-weight: bold;
        font-size: 11px;
        text-decoration: underline;
        background-color: transparent;
}
                                        A:hover {
        color: red;
		  
        font-size: 11px;
        font-weight: normal;
        text-decoration: underline;
        background-color: transparent;
		font-family: "MS Sans Serif", Geneva, sans-serif;
}

