body {
	background: #4488ff;
}

p {
	color: #ffffff;
}

h1 {
	color: #ffcc33;
}

a {
	color: #ffdddd;
}

center {
	color: #ffcc33;
}

ul {
	color: #ffeedd;
}

ol {
	color: #ffeedd;
}

table {
	color: #ffcc33;
}

marquee {
	color: #ffcc33;
}

#dropmenudiv {
	position:absolute;
	border:0px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:3;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 0px solid black;
	padding: 1px 4;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{
	/*hover background color*/background-color: #0000ff;
}
