p {
	font-size: medium;
}
.WB-Para {
	font-size: large;
	margin-left: 30px;
}
.WB-ParaNotIndent {
	font-size: large;
}


.Smaller {
	font-size: small;
}
.SmallCaps {
	font-variant: small-caps;
}
.Bigger {
	font-size: xx-large;
}
.LessBigger {
	font-size: large;
}
.BoxedBigger {
	font-size: x-large;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}


.BiggerItalic {
	font-size: x-large;
	font-style: italic;
}

li {
	list-style-position: outside;
	list-style-type: circle;
	font-size: medium;
	text-align: left;
	text-indent: 15px;
}
.Gray {
	font-size: medium;
	color: #999999;
}
.BlackOnGrey {
	background-color: #CCCCCC;
	color: #000000;
}
.YellowOnBlue {
	font-size: x-large;
	color: #FFFF00;
	background-color: #0066FF;
	font-weight: bold;
}
.BlackOnGrey {
	font-size: x-large;
	background-color: #CCCCCC;
}
.BlackOnYellow {
	font-size: x-large;
	color: #000000;
	background-color: #FFFF00;
	margin-right: 50px;
	margin-left: 40px;
}
.BiggerItalicStrongRED {
	font-size: x-large;
	font-style: italic;
	color: #FF0000;
}
.IndentLarger {
	font-size: x-large;
	padding-left: 30px;
}
ul {
	text-indent: -2px;
}
.BoxedText {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 10px;
	background-color: #99FF33;
	font-size: large;
}

