BODY {
	margin: 10px; background: white;
	align: center;
	vertical-align: middle;
	font: red arial 10pt; 
}
A:link {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #98374B;
	FONT-FAMILY: Helvia, Arial;
	TEXT-DECORATION: none;
	PADDING: 11px
}
A:visited {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Helvia, Arial;
	TEXT-DECORATION: none;
	PADDING: 11px
}
A:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Helrightvia, Arial;
	TEXT-DECORATION: none;
	PADDING: 11px
}
.menu {
	background: skyblue; font: 20pt arial; color: red; height: 100%; width: 150;
	padding: 10px; text-align: left; vertical-align: top;
	border-left: black 0px solid; border-right: 0px solid yellow; border-top: 0px solid blue; border-bottom: 0px solid plum;		 
}
.content {
	background: white; font: 12pt arial; color: black; height: 100%; width: auto;
	padding: 1px; text-align: left; vertical-align: top;
	border: black px solid;		 
}
.spacer {
	padding: 0px; border-left: black 0px solid; border-right: 0px solid yellow; border-top: 0px solid blue; border-bottom: 0px solid plum;
}
p.one 
{
border-style:solid;
border-width:3px;
border-color:#800040;
}

