
body{
	background-color: White;
	color: black;
	font-family: Courier New, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;

}

.navbar {
	padding-right:30px;
	font-weight:bold;
}

A{
	color:black;
}
A:Hover {
	color: blue;
	text-decoration: blink;
}
H1 {
	font-size: 28px;
	Font-Weight:bold;
}
H2 {
	font-size:20px;
	font-style: bold;
}
H3 {
	font-size:16px;
	font-style: bold;
}
