.bold {
	font-weight:"bold";
}

.green {
	color:"green";
}

a {
	color:"blue";
	text-decoration:"none";
	font-weight:"bold";
}

a:hover {
	color:"purple";
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	color:"green";
}

h5 {
}

img {
	border:"0";
}

td, p, li {
	font-size:"13";
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
