html {
	color: black;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-weight: normal;
	text-decoration: none;
}

body {
	color: black;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-weight: normal;
	text-decoration: none;
}

h1 {
	color: black;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	color: black;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-weight: bold;
	text-decoration: none;
}

h3 {
	color: black;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-weight: bold;
	text-decoration: none;
}

p {
	color: black;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-weight: normal;
	text-decoration: none;
}

table {
	color: black;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-weight: normal;
	text-decoration: none;
}

th {
	color: black;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-weight: bold;
	text-decoration: none;
}

td {
	color: black;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-weight: normal;
	text-decoration: none;
}

a:link {
	color: blue;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: blue;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: red;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-weight: normal;
	text-decoration: underline;
}

img {
	border-color: black;
	border-width: 1px;
}
