/* Adrian's Pizza Style Sheet */

body {
	background-color: #ffffff;
	background-image: url(../images/APManBackground.gif);
	background-repeat: repeat;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
}

table {
	background-color: #006000;
	font-size: 12px;
}

caption {
	font-size: 20px;
}

th, td {
	background-color: #fffff0;
}

.banner {
	background-color: #ffffff;
}

.type {
	font-size: 14px;
	font-weight: bold;
}

.desc {
	font-size: 12px;
}

.num {
	text-align: right;
}

a:link {
	color: #0000cc;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	background-color: #009900;
}

a:active {
	color: #009900;
}