body 
{
	font-family: Charcoal CY, serif;
	color:#000;
	background-color:#36F;
	font-size: 14px;
}

table 
{
	background-color: #69F;
}

tr
{
	background-color: #FFF;
	text-align: center;
}

td
{
	background-color: #FFF;
	text-align: center;
}

p
{
	text-align: center;
}

a:link 
{
	color: #03C;
}

a:visited 
{
	color: #015;
}

img
{
	border-color: #03C;
	border-width: thin;
}

caption
{
	font-size: 30px;
}

.smaller
{
	font-size: 14px;
}

.black_smaller
{
font-size: 14px;
font-color: #000;
}

.bigger
{
	font-size: 20px;
}

.black_bigger
{
font-size: 20px;
font-color: #000;
}

.gigantic_alert
{
	font-size: 36px;
	font-weight: 700;
	color: #C30;
}

.alert
{
	color: #C30;
}

.left
{
	text-align: left;
}

.white
{
	color: #FFF;
}

.black
{
	color: #000;
}


