H1 {
	font-family: Tahoma, Arial;
	color : Black;
	font-weight : normal;
	font-size: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

H2 {
	font-family: Tahoma, Arial;
	color : Black;
	font-weight : normal;
	font-size: 25px;
}

H3 {
	font-family: Tahoma, Arial;
	color : Black;
	font-weight : normal;
	font-size: 11px;
}

H4 {
	font-family: Tahoma, Arial;
	color : Black;
	font-weight : bold;
	font-size: 16px;
}

H5 {
	font-family: Tahoma, Arial;
	color : Black;
	font-weight : normal;
	font-size: 14px;
}

BODY {
	font-family: Tahoma, Arial;
	color : Black;
	font-weight : normal;
	font-size: 12px;
    background-color: #CCCC00;
}

p.normal {
	font-family: Tahoma, Arial;
	color : Black;
	font-weight : normal;
	font-size: 12px;
	line-height: normal
}

p.tyk {
	font-family: Tahoma, Arial;
	color : Black;
    font-weight: bold;
	font-size: 12px;
	line-height: normal
}

blockquote {
	font-family: Tahoma, Arial;
	color : Black;
	font-weight : normal;
	font-size: 12px;
}

TABLE {
	font-family: Tahoma, Arial;
	text-decoration : none;
	color : Black;
	font-weight : normal;
	font-size: 12px;
}
TD { 
	font-family: Tahoma, Arial;
	text-decoration : none;
	color : Black;
	font-weight : normal;
	font-size: 12 px
}

A:LINK {
	font-family : Tahoma, Arial;
	text-decoration : none;
	color : Black;
	font-weight : normal;
	font-size: 12px;
}
A:VISITED {
	font-family : Tahoma, Arial;
	text-decoration : none;
	color: Black;
	font-weight : normal;
	font-size: 12px;
}
A:HOVER {
	font-family : Tahoma, Arial;
	text-decoration : none;
	color: Red;
	font-weight : normal;
	font-size: 12px;
}

div.heading {
    display: block;
	background-color: #42f483;
}

.justify		{ text-align: justify; }