.underscore {
    background-color: inherit;
	color: inherit;
	text-decoration: underline;
}

.boldunderscore {
    background-color: inherit;
	color: inherit;
	text-decoration: underline;
	font-weight: bold;
}

.redtext {
    background-color: inherit;
	color: #F03;
}

.redboldtext {
    background-color: inherit;
	color: #F03;
	font-weight: bold;
}

.doubleletterspacing {
    background-color: inherit;
	color: inherit;
	letter-spacing: .2em;
}

.smallertext9{
    background-color: inherit;
	color: inherit;
	font-size: .9em;
}

.smallertext8{
    background-color: inherit;
	color: inherit;
	font-size: .8em;
}

.smallertext7{
    background-color: inherit;
	color: inherit;
	font-size: .7em;
}


.largertext1{
    background-color: inherit;
	color: inherit;
	font-size: 1.1em;
}
.largertext2{
    background-color: inherit;
	color: inherit;
	font-size: 1.2em;
}


.largertext3{
    background-color: inherit;
	color: inherit;
	font-size: 1.3em;
}
.script{
    background-color: inherit;
    color: inherit;
	font-family: Script, "Brush Script", "Brush Script MT";
	font-size: 1em;
}

.script2{
    background-color: inherit;
    color: inherit;
	font-family: Script, "Brush Script", "Brush Script MT";
	font-size: 2em;
}

.script15{
    background-color: inherit;
    color: inherit;
	font-family: "Comic Sans MS", "Script MT Bold";
	font-style: italic;
	font-size: 1em;
}
