H1 {
	font-family: Verdana, Arial;
	color : Black;
	font-weight : normal;
	font-size: 26px;
}

H2 {
	font-family: Verdana, Arial;
	color : Black;
	font-weight : bold;
    text-decoration : none; 
	font-size: 16px;
}


BODY {
	font-family: Verdana, Arial;
	color : Black;
	font-weight : normal;
	font-size: 12px;
}

P {
	font-family: Verdana, Arial;
	color : Black;
	font-weight : normal;
	font-size: 12px;
}
form {
	font-family: Verdana, Arial;
	color : Black;
	font-weight : normal;
	font-size: 10px;
	margin:0px;

}
input {
	font-family: Verdana, Arial;
	color : Black;
	font-weight : normal;
	font-size: 10px;
}
blockquote {
	font-family: Verdana, Arial;
	color : Black;
	font-weight : normal;
	font-size: 12px;
}

TABLE {
	font-family: Verdana, Arial;
	text-decoration : none;
	color : Black;
	font-weight : normal;
	font-size: 12px;
}
TD { 
	font-family: Verdana, Arial;
	text-decoration : none;
	color : Black;
	font-weight : normal;
	font-size: 12 px
}

A:LINK {
	font-family : Verdana, Arial;
	text-decoration : none;
	color : black;
	font-weight : normal;
	font-size: 12px;
}
A:VISITED {
	font-family : Verdana, Arial;
	text-decoration : none;
	color: black;
	font-weight : normal;
	font-size: 12px;
}
A:HOVER {
	font-family : Verdana, Arial;
	text-decoration : none;
	color: red;
	font-weight : normal;
	font-size: 12px;
}

.justify		{ text-align: justify; }