.menuText
{
	display: block;
	width : 125px;
	height: 34px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
	text-decoration: none;
	font-family:"Comic Sans MS";
	font-size: 28px;
}

.menu, .menu:link, .menu:visited
{
	background: rgb( 255, 255, 255 );
	color: rgb( 255, 153, 0 );
}

.menu:hover
{
	color: rgb( 255, 255, 255 );
	background: rgb( 255, 153, 0 );
}

.chosen
{
	font-weight: bold;
	
	background: rgb( 255, 255, 255 );
	color: rgb( 255, 153, 0 );
}

.tableProps
{
	display: block;
	border: 2px solid;
	border-color: rgb( 0, 0, 0 );
	
	padding: 0.5cm;
}

.mainBlockText
{	
	text-indent: 1cm;
	
	font-family: "Comic Sans MS";
	font-size: 20px;
	
	max-width: 775px;
	max-height: 325px;
	
	color: rgb( 0, 32, 96 );	
	background: rgb( 255, 255, 255 );
}

.mainSideText
{
	display: block;
	border: 2px solid;
	border-color: rgb( 0, 0, 0 );
	
	padding: 0.25cm;
	
	font-family: "Arnprior";
	font-size: 28px;
	font-weight: bold;
	
	color: rgb( 255, 153, 0 );
	background: rgb( 255, 255, 255 );
}

.textOrange
{
	font-family: "Comic Sans MS";
	
	color: rgb( 255, 153, 0 );
	background: rgb( 255, 255, 255 );
}

.blockTextSize
{
	max-width: 825px;
}

.fontSize12
{
	font-size: 12px;
}

.fontSize16
{
	font-size: 16px;
}

.textLightBlue
{ 
	font-family:"Comic Sans MS";
	
	color: rgb( 0, 112, 192 );
	background: rgb( 255, 255, 255 );
}

.blueLink
{
	font-family: "Comic Sans MS";
	font-size: 16px;
	
	color: rgb( 0, 32, 96 );
	background: rgb( 255, 255, 255 );	
}

.listStyle
{
	list-style-position: inside;
}
