BODY {
	font-family: "Ariel", "Times New Roman", serif;
	color: black;
	background: #ccffff;
	padding: 30px;
	min-width: 200px;
	text-align: left;
	font-size: 12px;
	font-weitht: normal;
}
A:LINK {
	color: blue;
}
A:VISITED {
	color: green;
}
A:ACTIVE {
	color: orange;
}
A:HOVER {
	color: brown;
}

p {
	
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
#regularfontsize {
	font-size: 14px;
}
#fontsize18 {
	font-size: 18px;
}
#fontsize17 {
	font-size: 17px;
}
#fontsize16 {
	font-size: 16px;
}
#biggerfontsize {
	font-size: 16px;
}
#biggerbolderfontsize {
	font-size: 16px;
	font-weight: bolder;
}
#embold {
	font-weight: bold;
}

#pagenav {
	border-left: 1px solid #00a;
	border-bottom: 1px solid #00a;
	border-top: 3px solid #00a;
	border-right: 1px solid #00a;
	padding: 5px;
	float: left, top;
	min-height: 10px;
	min-width: 10px;
	max-width: 50px;
}
@media screen{
	#pagenav{position: fixed}
}
@media print{#pagenav{position: static}
}
#navigation {
	border-left: 1px solid #00a;
	border-bottom: 1px solid #00a;
	border-top: 3px solid #00a;
	border-right: 1px solid #00a;
	padding: 5px;
	float: right;
	min-height: 140px;
}
#switcher{
	border-left: 2px solid #00c;
	border-bottom: 2px solid #00c;
	border-top: 2px solid #00c;
	border-right: 2px solid #00c;
	padding: 2px;
	font-weight: bold;
	font-size: 17px;
}
#linklayout {
	padding: 5px;
	font-size: 20px;
}
#pagehead {
	font-size: 18px;
	border-top:1px solid #00a;
	border-bottom: 1px solid #00a;
	border-left: 1px solid #00a;
	border-right: 5px solid #00a;
	padding: 5px;
}
#floatleft {
	float: left;
}



#displaytext {
	font-size: 12pt;
	color: black;
	
}
#categoryname {
	font-size: 12pt;
	color: #aa0000;
}
#categorytext {
	font-size: 10pt;
	color: #ffffff;
}
#quotation {
	padding-left: 34px;
	padding-right: 34px;
	padding-top:  5px;
}