* {
	font-family: "Verdana"; font-size: 11px
}

A {
	color: steelblue; text-decoration: underline
}

A:HOVER {
	color: red; text-decoration: underline
}

BODY {
	background: snow
}

H1 {
	font-family: "Impact"; font-size: 32px; color: midnightblue
}

H2 {
	font-size: 16px; color: #444444; background-color: bisque
}

H3 {
	font-size: 11px; color: royalblue
}

IMG {
	padding-left: 10px; padding-right: 10px
}

UL.menu, UL.img {
	width: 170px;
	line-height: 24px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	text-align: center;
	border: 0px solid black
}

UL.menu LI {
	border: 1px solid steelblue;
	margin-bottom: -1px;
	font-size: 16px;
	font-weight: bold;
	color: white;
	background: steelblue
}

UL.menu LI#last {
	margin-bottom: 0px
}

UL.menu LI A {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	display: block;
	width: 100%;
	height: 100%;
	color: steelblue;
	background: #F0F0F0
}

UL.menu LI A:HOVER {
	color: steelblue;
	background: gainsboro;
	text-decoration: none
}

UL.img IMG {
	margin-top: 20px
}

.tip {
	font-size: 11px
}

.footer {
	font-size: 10px
}

A IMG {border:0px}
