body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color:#FFFFCC;
}
p.About {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
body.inner{
	background-color=lightblue;
}
font.red{
	font-family: Jokewood;
	font-size: 50px;
	font-style: normal;
	font-weight: bold;
	color: red;	
}
font.yellow{
	font-family: Jokewood;
	font-size: 50px;
	font-style: normal;
	font-weight: bold;
	color: yellow;	
}
font.green{
	font-family: Jokewood;
	font-size: 50px;
	font-style: normal;
	font-weight: bold;
	color: green;	
}
font.blue{
	font-family: Jokewood;
	font-size: 50px;
	font-style: normal;
	font-weight: bold;
	color: blue;	
}

