﻿.LargeText{
	font-family:Arial;
	font-size:large
}
.NormalText{
	font-size: Medium;
	font-family: Arial;
}
.SmallText	{
	font-size:small;
	font-family: Arial;
}
.Centered {
	text-align: center;
}
.RedText{
	color:red
}
.BlueText{
	color:blue
}
.h0{
	font-size:48pt;
	text-align:center;
	font-family: Arial;
}
.h1 {
	font-size: xx-large;
	text-align: center;
	font-family: Arial;
}
.h2 {
	font-size:x-large;
	text-align:center;
	font-family: Arial;
}
.h3	{
	font-size:large;
	text-align:center;
	font-family: Arial;
}
.h4	{
	font-size:medium;
	text-align:center;
	font-family: Arial;
}
.noborder {
	border-width: 0;
}
.tableborder{
	border: 5px solid #000000;
}
.whitebackground{
	background-color:white
}
.yellowbackground{
	background-color:yellow
}