/* CSS Document */
body {
	background-color: lightyellow;
}
.style1 {
	font-size: large;
	font-weight: bold;
	font-style: italic;
}
.style3 {
	font-size: x-large;
	color: #FF3333;
}
.style4 {
	font-size: large;
	font-weight: bold;
}
.style5 {
	font-size: large
}
.Red {
	color: #F00;
}
