/* heading styles */

H1 {
	font: small-caps 54px "Times New Roman", Times, Georgia, serif;
	color: blue;
	border: 6px outset silver;
	width: 60%;
	background-color: white;
}

H2 {
	color: olive;
	text-align: center;
	text-indent: 28px;
	font: bold 24pt Georgia, "Times New Roman", Times, serif;
}

H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

H4 {
	color: teal;
	font: medium "comic sans ms", arial, "sans serif";
}

H5 {
	
}

PRE {
	font-size: xx-large;
	font-family: courier;
}

/* document-specific styles come next */

P {
	text-align: left;
	font: 18pt Georgia, "Times New Roman", Times, serif;
	color: navy;
}

PRE.version {
	font-style: italic;
	font-size: 12px;
	color: black;
	text-align: right;
}

B {
	font-weight: bold;
	font-family: "comic sans ms", arial, "sans serif";
}

A {
	font-family: "comic sans ms", arial, "sans serif";
	color: blue;
}

/* $Id: cafealantro.css,v 1.8 2007/07/20 21:35:00 heegard Exp heegard $ */

img {
	border: 0px;
}

tr.menubar {
	background-color: orange;
}
