P  {}

H1  {}

H2  {}

H3  {}

A  {text-decoration : none;}

a:link  {
	text-decoration : none;
	color : blue;
}

a:visited  {
	text-decoration : none
        color : cyan;
}
img {border:1px solid gray;padding:1px;}
a:active  {
	text-decoration : none
color : green;
}

a:hover  {
	color : black;
}

body  {
	font-family : verdana,arial;
	font-weight : normal;
	font-style : normal;
	color : black;
	font-size : normal;
	text-align : left;
	margin-left : 5;
}

