.massive {
	font-size: 35px;
	} 
/* 
these are the classes that are picked up by the wysyswyg box in admin
the class names have to start on .lwc- or they won't be picked up
they should only carry general attributes as they can be applied to all 
kind of elemnts (span, div, a, p, b, i, img etc etc)
*/
.lwc-Red {
	color: red;
	} 
.lwc-Phat {
	color: blue;
	font-weight:bold;
	} 
.lwc-Caption {
	font-size: 11px;
	color: blue;
	font-style: italic;
	} 
.lwc-Comment {
	font-size: 10px;
	color: darkred;
	} 
.lwc-PlainLink {
	text-decoration: none;
	} 
.lwc-WeirdLink {
	text-decoration: overline;
	} 
.lwc-realBig {
	font-size: 20px;
	}

